Skip to content

Commit fbceea9

Browse files
v2.0.2
1 parent 3ed94c1 commit fbceea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dependencyResolutionManagement {
108108

109109
```gradle
110110
dependencies {
111-
implementation 'com.github.AnupKumarPanwar:ScratchView:2.0.1'
111+
implementation 'com.github.AnupKumarPanwar:ScratchView:2.0.2'
112112
}
113113
```
114114

scratchview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ afterEvaluate {
4343
from components.findByName('release')
4444
groupId = "com.anupkumarpanwar"
4545
artifactId = "scratchview"
46-
version = '2.0.1'
46+
version = '2.0.2'
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)