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 2016/05/17 18:10:12 UTC

android commit: CB-10096: Upgrading to Gradle Plugin 2.1.0

Repository: cordova-android
Updated Branches:
  refs/heads/master 5d21fb26e -> e9e27ca47


CB-10096: Upgrading to Gradle Plugin 2.1.0


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

Branch: refs/heads/master
Commit: e9e27ca47ca29104910c749a9b10302ef038c88d
Parents: 5d21fb2
Author: Joe Bowser <bo...@apache.org>
Authored: Wed Apr 27 15:00:18 2016 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon May 9 10:59:36 2016 -0700

----------------------------------------------------------------------
 bin/templates/project/build.gradle | 2 +-
 framework/build.gradle             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/e9e27ca4/bin/templates/project/build.gradle
----------------------------------------------------------------------
diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle
index 16a735d..3448b50 100644
--- a/bin/templates/project/build.gradle
+++ b/bin/templates/project/build.gradle
@@ -31,7 +31,7 @@ buildscript {
     // http://tools.android.com/tech-docs/new-build-system/version-compatibility
     // and https://issues.apache.org/jira/browse/CB-8143
     dependencies {
-        classpath 'com.android.tools.build:gradle:1.5.0'
+        classpath 'com.android.tools.build:gradle:2.1.0'
     }
    }
 

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/e9e27ca4/framework/build.gradle
----------------------------------------------------------------------
diff --git a/framework/build.gradle b/framework/build.gradle
index f1c6682..4615cee 100644
--- a/framework/build.gradle
+++ b/framework/build.gradle
@@ -24,7 +24,7 @@ buildscript {
     }
 
     dependencies {
-        classpath 'com.android.tools.build:gradle:1.5.0'
+        classpath 'com.android.tools.build:gradle:2.1.0'
     }
 
 }


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