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 3ed94c1 commit fbceea9Copy full SHA for fbceea9
README.md
@@ -108,7 +108,7 @@ dependencyResolutionManagement {
108
109
```gradle
110
dependencies {
111
- implementation 'com.github.AnupKumarPanwar:ScratchView:2.0.1'
+ implementation 'com.github.AnupKumarPanwar:ScratchView:2.0.2'
112
}
113
```
114
scratchview/build.gradle
@@ -43,7 +43,7 @@ afterEvaluate {
43
from components.findByName('release')
44
groupId = "com.anupkumarpanwar"
45
artifactId = "scratchview"
46
- version = '2.0.1'
+ version = '2.0.2'
47
48
49
0 commit comments