Skip to content

Commit 6050071

Browse files
committed
changes:
updated dcendents to 1.4.1 apply all to gradle wrapper instead of bin only.
1 parent 6d858c5 commit 6050071

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
@@ -7,7 +7,7 @@ buildscript {
77
dependencies {
88
classpath 'com.android.tools.build:gradle:2.1.2'
99
classpath "io.realm:realm-gradle-plugin:1.1.1"
10-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // jitpack.io
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' // jitpack.io
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Aug 12 17:49:42 CDT 2016
1+
#Sat Aug 13 14:26:34 CDT 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.14-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-all.zip

0 commit comments

Comments
 (0)