diff --git a/.gitignore b/.gitignore index a5077343..a52f4cf2 100644 --- a/.gitignore +++ b/.gitignore @@ -19,9 +19,7 @@ tags !/textures/base/ /sounds/ /mods/* -!/mods/mods_here.txt /worlds/ -/world/ ## Configuration/log files minetest.conf diff --git a/build/android/AndroidManifest.xml.template b/build/android/AndroidManifest.xml.template index 67546714..a661e1ba 100644 --- a/build/android/AndroidManifest.xml.template +++ b/build/android/AndroidManifest.xml.template @@ -3,7 +3,7 @@ package="mobi.MultiCraft" android:installLocation="auto" android:versionCode="###ANDROID_VERSION###" - android:versionName="###BASE_VERSION###.###ANDROID_VERSION###" > + android:versionName="###BASE_VERSION###" > - + diff --git a/build/android/jni/Application.mk b/build/android/jni/Application.mk index b7ffc56a..38f9babc 100644 --- a/build/android/jni/Application.mk +++ b/build/android/jni/Application.mk @@ -1,6 +1,6 @@ # NDK_TOOLCHAIN_VERSION := clang3.3 -APP_PLATFORM := android-9 +APP_PLATFORM := android-16 APP_MODULES := minetest APP_STL := gnustl_static