aboutsummaryrefslogtreecommitdiff
path: root/build/android/AndroidManifest.xml.template
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-03-14 19:57:21 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2015-03-14 19:57:21 +0100
commitb12f569fc6b78c1e657bc0cfd8518b997d5f83c7 (patch)
treed6dc279b1e46752ed95922dedfc813fd9da85506 /build/android/AndroidManifest.xml.template
parent7993a403f2c17a215e4895ba1848aaf69bb61980 (diff)
downloadminetest-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.template2
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">