CB-7512 Make gradle build only a single config for sub-libraries (release vs debug)

This commit is contained in:
Andrew Grieve
2014-09-22 20:54:28 -04:00
parent 879da03438
commit 2b128b85f7
2 changed files with 13 additions and 9 deletions
+1
View File
@@ -39,6 +39,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion cordova.cordovaSdkVersion
buildToolsVersion cordova.cordovaBuildToolsVersion
publishNonDefault true
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7