forked from organicmaps/organicmaps
Updated build tools.
This commit is contained in:
parent
1d74d2bebe
commit
68a40be125
2 changed files with 3 additions and 3 deletions
|
@ -208,8 +208,8 @@ android {
|
|||
debug {
|
||||
applicationIdSuffix '.debug' // Allows to install debug and release builds together
|
||||
versionNameSuffix '-debug'
|
||||
jniDebugBuild true // Enable jni debug build
|
||||
zipAlign true
|
||||
jniDebuggable true // Enable jni debug build
|
||||
zipAlignEnabled true
|
||||
android.sourceSets.debug.setRoot('flavors/debug')
|
||||
}
|
||||
|
||||
|
|
|
@ -7,6 +7,6 @@ propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
|
|||
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
|
||||
propAndroidSupportLibrary=com.android.support:support-v4:+
|
||||
propGooglePlayServices=com.google.android.gms:play-services:+
|
||||
propGradleAndroidPlugin=com.android.tools.build:gradle:0.13.+
|
||||
propGradleAndroidPlugin=com.android.tools.build:gradle:0.14.+
|
||||
propNineOldAndroids=com.nineoldandroids:library:2.4.0
|
||||
propFacebookSdk=com.facebook.android:facebook-android-sdk:3.19.1
|
||||
|
|
Loading…
Add table
Reference in a new issue