Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Commit df6d791

Browse files
committed
Prepare release 6.0.0
1 parent 0cb2423 commit df6d791

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Include the library in your ``build.gradle``
2424

2525
```groovy
2626
dependencies{
27-
implementation 'com.karumi:dexter:5.0.0'
27+
implementation 'com.karumi:dexter:6.0.0'
2828
}
2929
```
3030

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ POM_NAME=Dexter
22
POM_ARTIFACT_ID=dexter
33
POM_PACKAGING=aar
44

5-
VERSION_NAME=5.0.0
6-
VERSION_CODE=500000
5+
VERSION_NAME=6.0.0
6+
VERSION_CODE=600000
77
GROUP=com.karumi
88

99
POM_DESCRIPTION=Dexter is an Android library to handle runtime permissions for Marshmallow easily

0 commit comments

Comments
 (0)