Skip to content

Commit

Permalink
changes:
Browse files Browse the repository at this point in the history
updated dcendents to 1.4.1
apply all to gradle wrapper instead of bin only.
  • Loading branch information
JamesDurham committed Aug 13, 2016
1 parent 6d858c5 commit 6050071
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath "io.realm:realm-gradle-plugin:1.1.1"
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // jitpack.io
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' // jitpack.io

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Aug 12 17:49:42 CDT 2016
#Sat Aug 13 14:26:34 CDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-all.zip

0 comments on commit 6050071

Please sign in to comment.