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

Commit

Permalink
bump to release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3m1 committed Oct 23, 2014
1 parent 6cf277a commit b500cd3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
}
dependencies {
compile 'com.makeramen:roundedimageview:1.3.0'
compile 'com.makeramen:roundedimageview:1.4.0'
}
```

Expand All @@ -51,11 +51,11 @@ Define in xml:
android:id="@+id/imageView1"
android:src="@drawable/photo1"
android:scaleType="centerCrop"
app:corner_radius="30dip"
app:border_width="2dip"
app:border_color="#333333"
app:mutate_background="true"
app:oval="true" />
app:riv_corner_radius="30dip"
app:riv_border_width="2dip"
app:riv_border_color="#333333"
app:riv_mutate_background="true"
app:riv_oval="true" />
```

Or in code:
Expand Down
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.4.0-SNAPSHOT'
version '1.4.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.2.0'
//compile 'com.makeramen:roundedimageview:1.4.0'
compile project(':roundedimageview')
compile 'com.squareup.picasso:picasso:2.3.4'
}
Expand Down

0 comments on commit b500cd3

Please sign in to comment.