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

Commit

Permalink
prepare for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3m1 committed May 2, 2014
1 parent 35ab810 commit e76ff2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion 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.2.4'
compile 'com.makeramen:roundedimageview:1.3.0'
}
```

Expand Down Expand Up @@ -76,6 +76,12 @@ iv.isOval(true);
ChangeLog
----------

* **1.3.0**
* A new `RoundedTransformationBuilder` to help build Picasso `Transformation`s
* slight API changes:
* all dimensions are now set at `float`s. `int`s will be interpreted as dimension resource IDs
* `round_background` is now `mutate_background`, and a `RoundedDrawable` will no longer be created for the background if `mutate_background` is false.

* **1.2.4**
* add basic support for ColorDrawable (and other drawables with -1 intrinsic dimens)
* implementation of the above is known to be buggy in many cases, pull requests welcome
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.3.0-SNAPSHOT'
version '1.3.0'
repositories {
mavenCentral()
}
Expand Down

0 comments on commit e76ff2b

Please sign in to comment.