We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e7eca commit dc94827Copy full SHA for dc94827
README.md
@@ -17,7 +17,7 @@ Gradle
17
```
18
dependencies {
19
...
20
- compile 'de.hdodenhof:circleimageview:1.2.0'
+ compile 'de.hdodenhof:circleimageview:1.2.1'
21
}
22
23
@@ -43,6 +43,8 @@ Limitations
43
44
Changelog
45
---------
46
+* **1.2.1**
47
+ * Fix ColorDrawables not being rendered properly on Lollipop
48
* **1.2.0**
49
* Add support for setImageURI(Uri uri)
50
* Fix view not being initialized when using CircleImageView(Context context)
gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=1.2.1-SNAPSHOT
+VERSION_NAME=1.2.1
2
GROUP=de.hdodenhof
3
4
POM_DESCRIPTION=A fast circular ImageView for Android
0 commit comments