We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ab91b commit c174ffeCopy full SHA for c174ffe
README.md
@@ -16,7 +16,7 @@ allprojects {
16
}
17
18
dependencies {
19
- implementation "com.github.ozgurg:ToggleIconView:1.0.4"
+ implementation "com.github.ozgurg:ToggleIconView:2.0.0"
20
21
```
22
lib/build.gradle
@@ -42,7 +42,7 @@ afterEvaluate {
42
43
groupId = "com.github.ozgurg"
44
artifactId = "toggle-icon-view"
45
- version = "1.0.4"
+ version = "2.0.0"
46
47
48
0 commit comments