Skip to content

Commit

Permalink
Updated gradle and android plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DHuckaby committed Jan 24, 2014
1 parent ed5a6ce commit 875f724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,4 +3,4 @@ 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
4 changes: 2 additions & 2 deletions prime/build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:0.7.+"
classpath "com.android.tools.build:gradle:0.8.+"
}
}

Expand All @@ -26,7 +26,7 @@ android {
}

dependencies {
compile "com.android.support:support-v4:19.0.0"
compile "com.android.support:support-v4:19.0.1"
compile "com.jakewharton:disklrucache:2.0.2"
compile "commons-io:commons-io-codec:3.7"
}

0 comments on commit 875f724

Please sign in to comment.