Skip to content

Commit

Permalink
Revert "Upgrade gradle build tools to 2.0.0"
Browse files Browse the repository at this point in the history
This reverts commit d4f237c.
  • Loading branch information
lkorth committed Apr 18, 2016
1 parent 8a8e7a1 commit 0e2244a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0'
classpath 'com.android.tools.build:gradle:1.3.1'

classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3'
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"

classpath 'org.rauschig:jarchivelib:0.6.0'
classpath 'commons-io:commons-io:2.4'
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 @@
#Thu Apr 14 17:31:11 EDT 2016
#Tue Dec 29 15:36:55 EST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip

0 comments on commit 0e2244a

Please sign in to comment.