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

[41/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/dfb87f00
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/dfb87f00
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/dfb87f00

Branch: refs/heads/5.0.x
Commit: dfb87f00c9b3010dd99f4c67e2cdda42cadfb08f
Parents: 507078a
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:09:30 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/dfb87f00/framework/build.gradle
----------------------------------------------------------------------
diff --git a/framework/build.gradle b/framework/build.gradle
index fed3a3d..e4c182e 100644
--- a/framework/build.gradle
+++ b/framework/build.gradle
@@ -38,10 +38,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