Fix
This commit is contained in:
parent
97a27b86cb
commit
e1f53f0614
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue