diff --git a/README.md b/README.md index c32b0d2..2a4984e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Include the library in your ``build.gradle`` ```groovy dependencies{ - implementation 'com.karumi:dexter:6.1.2' + implementation 'com.karumi:dexter:6.2.0' } ``` diff --git a/gradle.properties b/gradle.properties index 1c5f482..dbd59a1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,8 +2,8 @@ POM_NAME=Dexter POM_ARTIFACT_ID=dexter POM_PACKAGING=aar -VERSION_NAME=6.1.3-SNAPSHOT -VERSION_CODE=600103 +VERSION_NAME=6.2.0 +VERSION_CODE=600200 GROUP=com.karumi POM_DESCRIPTION=Dexter is an Android library to handle runtime permissions for Marshmallow easily