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

Commit

Permalink
Prepare release 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed May 8, 2020
1 parent a58a9cf commit 3bb4731
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:6.1.0'
implementation 'com.karumi:dexter:6.1.2'
}
```

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=6.1.1-SNAPSHOT
VERSION_CODE=600101
VERSION_NAME=6.1.2
VERSION_CODE=600102
GROUP=com.karumi

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

0 comments on commit 3bb4731

Please sign in to comment.