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 2c05fd0 commit 16085b3Copy full SHA for 16085b3
README.md
@@ -124,7 +124,7 @@ dependencyResolutionManagement {
124
125
```gradle
126
dependencies {
127
- implementation 'com.github.AnupKumarPanwar:ScratchView:1.9'
+ implementation 'com.github.AnupKumarPanwar:ScratchView:1.9.1'
128
}
129
```
130
scratchview/build.gradle
@@ -41,7 +41,7 @@ afterEvaluate {
41
from components.release
42
groupId = "com.anupkumarpanwar"
43
artifactId = "scratchview"
44
- version = '1.9'
+ version = '1.9.1'
45
46
47
0 commit comments