Skip to content

Commit 16085b3

Browse files
v1.9.1
1 parent 2c05fd0 commit 16085b3

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
@@ -124,7 +124,7 @@ dependencyResolutionManagement {
124124

125125
```gradle
126126
dependencies {
127-
implementation 'com.github.AnupKumarPanwar:ScratchView:1.9'
127+
implementation 'com.github.AnupKumarPanwar:ScratchView:1.9.1'
128128
}
129129
```
130130

scratchview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ afterEvaluate {
4141
from components.release
4242
groupId = "com.anupkumarpanwar"
4343
artifactId = "scratchview"
44-
version = '1.9'
44+
version = '1.9.1'
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)