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

Commit 0f21129

Browse files
author
Sergio Gutierrez
committed
Prepare release 5.0.0
1 parent 47da0c9 commit 0f21129

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:4.2.0'
27+
implementation 'com.karumi:dexter:5.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=4.2.1-SNAPSHOT
6-
VERSION_CODE=400201
5+
VERSION_NAME=5.0.0
6+
VERSION_CODE=500000
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)