Skip to content

Commit dc94827

Browse files
committed
Prepare release v1.2.1
1 parent 57e7eca commit dc94827

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gradle
1717
```
1818
dependencies {
1919
...
20-
compile 'de.hdodenhof:circleimageview:1.2.0'
20+
compile 'de.hdodenhof:circleimageview:1.2.1'
2121
}
2222
```
2323

@@ -43,6 +43,8 @@ Limitations
4343

4444
Changelog
4545
---------
46+
* **1.2.1**
47+
* Fix ColorDrawables not being rendered properly on Lollipop
4648
* **1.2.0**
4749
* Add support for setImageURI(Uri uri)
4850
* Fix view not being initialized when using CircleImageView(Context context)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.2.1-SNAPSHOT
1+
VERSION_NAME=1.2.1
22
GROUP=de.hdodenhof
33

44
POM_DESCRIPTION=A fast circular ImageView for Android

0 commit comments

Comments
 (0)