Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
update build tools and gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3m1 committed Oct 18, 2014
1 parent c123ef8 commit e86e012
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
classpath 'com.android.tools.build:gradle:0.13.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
dependencies {
//compile 'com.makeramen:roundedimageview:1.2.0'
compile project(':roundedimageview')
compile 'com.squareup.picasso:picasso:2.3.+'
compile 'com.squareup.picasso:picasso:2.3.4'
}

android {
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 @@
#Mon Oct 21 16:57:10 PDT 2013
#Sat Oct 18 14:42:25 PDT 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip
2 changes: 1 addition & 1 deletion roundedimageview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
}

dependencies {
provided 'com.squareup.picasso:picasso:2.3.+'
provided 'com.squareup.picasso:picasso:2.3.4'
}

task androidJavadocs(type: Javadoc) {
Expand Down

0 comments on commit e86e012

Please sign in to comment.