Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AnupKumarPanwar committed Mar 12, 2024
1 parent 3ed94c1 commit fbceea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dependencyResolutionManagement {

```gradle
dependencies {
implementation 'com.github.AnupKumarPanwar:ScratchView:2.0.1'
implementation 'com.github.AnupKumarPanwar:ScratchView:2.0.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion scratchview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ afterEvaluate {
from components.findByName('release')
groupId = "com.anupkumarpanwar"
artifactId = "scratchview"
version = '2.0.1'
version = '2.0.2'
}
}
}
Expand Down

0 comments on commit fbceea9

Please sign in to comment.