diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/android/AndroidManifest.xml.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/AndroidManifest.xml.template b/build/android/AndroidManifest.xml.template index a0ca7993c..0f75ca648 100644 --- a/build/android/AndroidManifest.xml.template +++ b/build/android/AndroidManifest.xml.template @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="org.minetest.minetest" + package="net.minetest.minetest" android:versionCode="###ANDROID_VERSION###" android:versionName="###BASE_VERSION###.###ANDROID_VERSION###" android:installLocation="auto"> |