|
|
@@ -6,12 +6,13 @@ android {
|
|
|
// See https://code.google.com/p/android/issues/detail?id=52962
|
|
|
// and http://stackoverflow.com/questions/27277433/why-does-gradle-build-my-module-in-release-mode-when-the-app-is-in-debug
|
|
|
// defaultPublishConfig "debug"
|
|
|
- compileSdkVersion rootProject.ext.compileSdkVersion
|
|
|
- buildToolsVersion rootProject.ext.buildToolsVersion
|
|
|
+ compileSdkVersion 25
|
|
|
+ buildToolsVersion "25.0.2"
|
|
|
|
|
|
defaultConfig {
|
|
|
compileSdkVersion 25
|
|
|
buildToolsVersion "25.0.2"
|
|
|
+ minSdkVersion 10
|
|
|
externalNativeBuild {
|
|
|
ndkBuild {
|
|
|
arguments "-j2"
|