diff --git a/build.gradle b/build.gradle index 02b5139..6297b75 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { allprojects { group 'com.makeramen' - version '1.6.0-SNAPSHOT' + version '2.0.0' repositories { mavenCentral() } diff --git a/example/build.gradle b/example/build.gradle index 0956227..b0027fb 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -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'