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:45 UTC

[34/45] android commit: CB-8320: Setting up gradle so we can use CordovaLib as a standard Android Library

CB-8320: Setting up gradle so we can use CordovaLib as a standard Android Library


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

Branch: refs/heads/5.0.x
Commit: 53244863be8d7751450cc507703b332043034222
Parents: 69d1423
Author: Joe Bowser <bo...@apache.org>
Authored: Wed Jul 22 13:23:16 2015 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon Sep 21 18:08:18 2015 -0700

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


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


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