This commit is contained in:
Alexey Pelykh 2015-04-05 15:15:35 +03:00
parent 97a27b86cb
commit e1f53f0614
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
APP_STL := gnustl_shared
APP_CPPFLAGS := -std=c++11 -fexceptions -frtti
APP_SHORT_COMMANDS := true
ifeq ($(wildcard $(ANDROID_NDK)/toolchains/*-4.7),)
NDK_TOOLCHAIN_VERSION := 4.8

View file

@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.android.tools.build:gradle:1.1.0'
}
}