Skip to content

Commit

Permalink
Update version: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilShreyas committed Jan 25, 2024
1 parent 5e0c780 commit ead2d89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In `build.gradle` of app module, include this dependency

```gradle
dependencies {
implementation "dev.shreyaspatil:capturable:1.0.3"
implementation "dev.shreyaspatil:capturable:2.0.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
dependencies {

// Capturable library
// implementation "dev.shreyaspatil:capturable:1.0.3"
// implementation "dev.shreyaspatil:capturable:2.0.0"
implementation(project(":capturable"))

// Android
Expand Down
2 changes: 1 addition & 1 deletion capturable/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ POM_PACKAGING=aar
POM_INCEPTION_YEAR=2022

GROUP=dev.shreyaspatil
VERSION_NAME=1.0.3
VERSION_NAME=2.0.0
VERSION_CODE=3

POM_URL=https://github.com/PatilShreyas/Capturable/
Expand Down

0 comments on commit ead2d89

Please sign in to comment.