Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 9a6df91

Browse files
committed
[android] #6050 - Updating to Gradle 2.14.1 and Android plugin 2.1.3
1 parent 8843beb commit 9a6df91

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

platform/android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
maven { url 'https://jitpack.io' }
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:2.1.2'
7+
classpath 'com.android.tools.build:gradle:2.1.3'
88
classpath 'com.github.JakeWharton:sdk-manager-plugin:220bf7a88a7072df3ed16dc8466fb144f2817070'
99
classpath 'com.amazonaws:aws-devicefarm-gradle-plugin:1.2'
1010
}
@@ -18,5 +18,5 @@ allprojects {
1818
}
1919

2020
task wrapper(type: Wrapper) {
21-
gradleVersion = '2.12'
21+
gradleVersion = '2.14.1'
2222
}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Thu Apr 07 14:21:05 CDT 2016
1+
#Wed Aug 17 09:21:12 EDT 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-bin.zip
7-
distributionSha256Sum=e77064981906cd0476ff1e0de3e6fef747bd18e140960f1915cca8ff6c33ab5c
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
7+
distributionSha256Sum=88a910cdf2e03ebbb5fe90f7ecf534fc9ac22e12112dc9a2fee810c598a76091

0 commit comments

Comments
 (0)