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