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

Commit

Permalink
Prepare release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Gutierrez committed Jun 21, 2018
1 parent 47da0c9 commit 0f21129
Show file tree
Hide file tree
Showing 2 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 @@ -24,7 +24,7 @@ Include the library in your ``build.gradle``

```groovy
dependencies{
implementation 'com.karumi:dexter:4.2.0'
implementation 'com.karumi:dexter:5.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ POM_NAME=Dexter
POM_ARTIFACT_ID=dexter
POM_PACKAGING=aar

VERSION_NAME=4.2.1-SNAPSHOT
VERSION_CODE=400201
VERSION_NAME=5.0.0
VERSION_CODE=500000
GROUP=com.karumi

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

0 comments on commit 0f21129

Please sign in to comment.