You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2015/09/23 21:58:44 UTC

[33/45] android commit: Adding a working build.gradle that skips our code that can't handle non-numeric SDK targets

Adding a working build.gradle that skips our code that can't handle non-numeric SDK targets


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/69d14236
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/69d14236
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/69d14236

Branch: refs/heads/5.0.x
Commit: 69d1423698be89b1084279ec8656aeca02b87ff8
Parents: a265a61
Author: Joe Bowser <bo...@apache.org>
Authored: Wed Jul 15 16:32:20 2015 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon Sep 21 18:08:18 2015 -0700

----------------------------------------------------------------------
 framework/build.gradle | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/69d14236/framework/build.gradle
----------------------------------------------------------------------
diff --git a/framework/build.gradle b/framework/build.gradle
index a598faa..09b0908 100644
--- a/framework/build.gradle
+++ b/framework/build.gradle
@@ -34,8 +34,10 @@ ext {
 }
 
 android {
-    compileSdkVersion cdvCompileSdkVersion
-    buildToolsVersion cdvBuildToolsVersion
+    // compileSdkVersion cdvCompileSdkVersion
+    // buildToolsVersion cdvBuildToolsVersion
+    compileSdkVersion 'android-MNC'
+    buildToolsVersion '23.0.0 rc3'
     publishNonDefault true
 
     compileOptions {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org