Small change

master
Maksim Gamarnik 2015-05-23 14:40:31 +03:00
parent 57286abcea
commit 5786693f1e
5 changed files with 4 additions and 6 deletions

2
.gitignore vendored
View File

@ -19,9 +19,7 @@ tags
!/textures/base/
/sounds/
/mods/*
!/mods/mods_here.txt
/worlds/
/world/
## Configuration/log files
minetest.conf

View File

@ -3,7 +3,7 @@
package="mobi.MultiCraft"
android:installLocation="auto"
android:versionCode="###ANDROID_VERSION###"
android:versionName="###BASE_VERSION###.###ANDROID_VERSION###" >
android:versionName="###BASE_VERSION###" >
<uses-sdk
android:minSdkVersion="16"

View File

@ -51,7 +51,7 @@ TARGET_CXXFLAGS_ADDON = $(TARGET_CFLAGS_ADDON)
TARGET_LDFLAGS_ADDON = -Wl,--no-warn-mismatch -lm_hard
TARGET_ARCH = armv7
CROSS_PREFIX = arm-linux-androideabi-
COMPILER_VERSION = 4.8
COMPILER_VERSION = 4.9
HAVE_LEVELDB = 1
################################################################################

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="Minetest" default="help">
<project name="MultiCraft" default="help">
<property file="local.properties" />
<property file="ant.properties" />
<property environment="env" />

View File

@ -1,6 +1,6 @@
# NDK_TOOLCHAIN_VERSION := clang3.3
APP_PLATFORM := android-9
APP_PLATFORM := android-16
APP_MODULES := minetest
APP_STL := gnustl_static