Skip to content

Commit

Permalink
Bumped Gradle version to 2.5
Browse files Browse the repository at this point in the history
Change-Id: I9cc8470fb29684f6397666e72c7c3dc96d739408
  • Loading branch information
Eric Frohnhoefer authored and Dalton Hubble committed Aug 20, 2015
1 parent b3cb3f6 commit e709f07
Show file tree
Hide file tree
Showing 3 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 @@ -62,7 +62,7 @@ subprojects { Project subproject ->
}

task wrapper(type: Wrapper) {
gradleVersion = '2.4'
gradleVersion = '2.5'
}

ext {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#
#

#Mon May 11 17:49:57 PDT 2015
#Tue Aug 11 13:39:25 PDT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip

0 comments on commit e709f07

Please sign in to comment.