diff --git a/README.md b/README.md index 90225212..01ec8398 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Include the library in your ``build.gradle`` ```groovy dependencies{ - implementation 'com.karumi:dexter:6.0.1' + implementation 'com.karumi:dexter:6.0.2' } ``` diff --git a/gradle.properties b/gradle.properties index da37a569..128799da 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ POM_NAME=Dexter POM_ARTIFACT_ID=dexter POM_PACKAGING=aar -VERSION_NAME=6.0.2-SNAPSHOT +VERSION_NAME=6.0.2 VERSION_CODE=600002 GROUP=com.karumi