We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2c3ee commit b520488Copy full SHA for b520488
README.md
@@ -42,7 +42,7 @@ dependencyResolutionManagement {
42
```gradle
43
// App level build.gradle
44
dependencies {
45
- implementation "com.github.ozgurg:ToggleIconView:3.2.0"
+ implementation "com.github.ozgurg:ToggleIconView:3.3.0"
46
}
47
```
48
lib/build.gradle
@@ -40,7 +40,7 @@ afterEvaluate {
40
41
groupId = "com.github.ozgurg"
artifactId = "toggle-icon-view"
- version = "3.2.0"
+ version = "3.3.0"
0 commit comments