Renamed spark package name to be my full nickname (sparkie).

This commit is contained in:
XsparkieX 2020-09-06 16:41:20 +02:00
parent e2c4d40ab0
commit b678cbd3e3
5 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@ android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
applicationId = 'com.spark.ioq3quest'
applicationId = 'com.sparkie.ioq3quest'
minSdkVersion 25
targetSdkVersion 26
versionCode 1

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.spark.ioq3quest"
package="com.sparkie.ioq3quest"
android:installLocation="preferExternal"
android:versionCode="1"
android:versionName="1.0">
@ -17,7 +17,7 @@
android:label="@string/app_name"
android:hasCode="true">
<meta-data android:name="com.samsung.android.vr.application.mode" android:value="vr_only"/>
<activity android:name="com.spark.ioq3quest.MainActivity"
<activity android:name="com.sparkie.ioq3quest.MainActivity"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"

View file

@ -30,7 +30,7 @@ static jobject g_ActivityObject = NULL;
extern "C"
{
JNIEXPORT void JNICALL Java_com_spark_ioq3quest_MainActivity_nativeCreate(JNIEnv* env, jclass cls, jobject thisObject)
JNIEXPORT void JNICALL Java_com_sparkie_ioq3quest_MainActivity_nativeCreate(JNIEnv* env, jclass cls, jobject thisObject)
{
g_ActivityObject = env->NewGlobalRef(thisObject);
}

View file

@ -1,4 +1,4 @@
package com.spark.ioq3quest;
package com.sparkie.ioq3quest;
import android.os.Bundle;
import org.libsdl.app.SDLActivity;

View file

@ -19,7 +19,7 @@ if [ $? -ne 0 ]; then
exit 1
fi
PACKAGE_NAME=com.spark.ioq3quest
PACKAGE_NAME=com.sparkie.ioq3quest
ANDROID_STORAGE_LOCATION=/sdcard/Android/data/$PACKAGE_NAME/files/
APK_LOCATION=./app/build/outputs/apk/debug/app-debug.apk