Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit cdee239

Browse files
author
Evgenii Kanivets
committed
Update gradle plugin up to v2.14.
1 parent 5aac364 commit cdee239

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.1.2'
6+
classpath 'com.android.tools.build:gradle:2.1.3'
77
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
88
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.5.2'
99
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Apr 19 13:31:21 GMT+02:00 2016
1+
#Wed Aug 24 14:58:14 GMT+02:00 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.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 commit comments

Comments
 (0)