Updated build tools.

This commit is contained in:
Dmitry Yunitsky 2014-11-03 21:01:39 +03:00 committed by Alex Zolotarev
parent 1d74d2bebe
commit 68a40be125
2 changed files with 3 additions and 3 deletions

View file

@ -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')
}

View file

@ -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