Skip to content

Commit

Permalink
Merge pull request JakeWharton#5 from danielkutik/master
Browse files Browse the repository at this point in the history
Updates for Android Studio 0.4.3
  • Loading branch information
JakeWharton committed Jan 24, 2014
2 parents a08a7ec + 5fc5f19 commit 21aafd3
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 @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.7.+'
classpath 'com.android.tools.build:gradle:0.8.+'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.2'
classpath 'com.jakewharton.hugo:hugo-plugin:1.0.+'
}
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
@@ -1,6 +1,6 @@
#Fri Nov 08 16:40:26 PST 2013
#Fri Jan 24 18:15:27 SGT 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-all.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-all.zip

0 comments on commit 21aafd3

Please sign in to comment.