Skip to content

Commit ead2d89

Browse files
committed
Update version: 2.0.0
1 parent 5e0c780 commit ead2d89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In `build.gradle` of app module, include this dependency
2222

2323
```gradle
2424
dependencies {
25-
implementation "dev.shreyaspatil:capturable:1.0.3"
25+
implementation "dev.shreyaspatil:capturable:2.0.0"
2626
}
2727
```
2828

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
dependencies {
5050

5151
// Capturable library
52-
// implementation "dev.shreyaspatil:capturable:1.0.3"
52+
// implementation "dev.shreyaspatil:capturable:2.0.0"
5353
implementation(project(":capturable"))
5454

5555
// Android

capturable/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ POM_PACKAGING=aar
99
POM_INCEPTION_YEAR=2022
1010

1111
GROUP=dev.shreyaspatil
12-
VERSION_NAME=1.0.3
12+
VERSION_NAME=2.0.0
1313
VERSION_CODE=3
1414

1515
POM_URL=https://github.com/PatilShreyas/Capturable/

0 commit comments

Comments
 (0)