diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2015-03-14 19:57:21 +0100 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2015-03-14 19:57:21 +0100 |
commit | b12f569fc6b78c1e657bc0cfd8518b997d5f83c7 (patch) | |
tree | d6dc279b1e46752ed95922dedfc813fd9da85506 /build/android/AndroidManifest.xml.template | |
parent | 7993a403f2c17a215e4895ba1848aaf69bb61980 (diff) | |
download | minetest-b12f569fc6b78c1e657bc0cfd8518b997d5f83c7.tar.gz minetest-b12f569fc6b78c1e657bc0cfd8518b997d5f83c7.tar.bz2 minetest-b12f569fc6b78c1e657bc0cfd8518b997d5f83c7.zip |
Releasing android
Diffstat (limited to 'build/android/AndroidManifest.xml.template')
-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"> |