We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1634ca commit 846a057Copy full SHA for 846a057
README.md
@@ -27,11 +27,11 @@ allprojects {
27
28
- **Step 2** Add library dependency into app build.gradle
29
30
-> **Note:** there are changes in view xml attributes of **1.2**, so it's slightly different from previous version (v1.1)
+> See the jitpack badge above for the latest version number
31
32
~~~gradle
33
dependencies {
34
- implementation 'com.github.abdularis:circularimageview:1.2'
+ implementation 'com.github.abdularis:circularimageview:<latest-version>'
35
}
36
~~~
37
0 commit comments