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

Commit

Permalink
bump to version 2.0.0 for package change
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3m1 committed Mar 5, 2015
1 parent 0b7e261 commit 60f1b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

allprojects {
group 'com.makeramen'
version '1.6.0-SNAPSHOT'
version '2.0.0'
repositories {
mavenCentral()
}
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
//compile 'com.makeramen:roundedimageview:1.4.0'
//compile 'com.makeramen:roundedimageview:2.0.0-SNAPSHOT'
compile project(':roundedimageview')
compile 'com.squareup.picasso:picasso:2.4.0'
compile 'com.android.support:support-v4:21.0.3'
Expand Down

0 comments on commit 60f1b59

Please sign in to comment.