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 af72a11 commit 2601e9bCopy full SHA for 2601e9b
README.md
@@ -17,7 +17,7 @@ Gradle
17
```
18
dependencies {
19
...
20
- compile 'de.hdodenhof:circleimageview:1.1.0'
+ compile 'de.hdodenhof:circleimageview:1.1.1'
21
}
22
23
@@ -41,6 +41,8 @@ Limitations
41
42
Changelog
43
---------
44
+* **1.1.1**
45
+ * Fix border being shown although border width is set to 0
46
* **1.1.0**
47
* Add support for ColorDrawables
48
* Add getters and setters for border color and border width
gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=1.1.1-SNAPSHOT
+VERSION_NAME=1.1.1
2
GROUP=de.hdodenhof
3
4
POM_DESCRIPTION=A fast circular ImageView for Android
0 commit comments