CB-7512: Determine SDK and build tools version dynamcally at build time

This commit is contained in:
Ian Clelland
2014-09-10 10:57:43 -04:00
parent 7ee8117186
commit c8bbdb23de
3 changed files with 153 additions and 4 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ buildscript {
apply plugin: 'android-library'
android {
compileSdkVersion 19
buildToolsVersion "19.0.0"
compileSdkVersion cordova.cordovaSdkVersion
buildToolsVersion cordova.cordovaBuildToolsVersion
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7