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 d2bfacd commit 473c3e1Copy full SHA for 473c3e1
README.md
@@ -17,7 +17,7 @@ Gradle
17
```
18
dependencies {
19
...
20
- compile 'de.hdodenhof:circleimageview:1.2.1'
+ compile 'de.hdodenhof:circleimageview:1.2.2'
21
}
22
23
@@ -43,6 +43,8 @@ Limitations
43
44
Changelog
45
---------
46
+* **1.2.2**
47
+ * Add ColorFilter support
48
* **1.2.1**
49
* Fix ColorDrawables not being rendered properly on Lollipop
50
* **1.2.0**
gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=1.2.2-SNAPSHOT
+VERSION_NAME=1.2.2
2
GROUP=de.hdodenhof
3
4
POM_DESCRIPTION=A fast circular ImageView for Android
0 commit comments