diff --git a/README.md b/README.md index 2a4984e..3d27603 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.2.0' + implementation 'com.karumi:dexter:6.2.1' } ``` diff --git a/gradle.properties b/gradle.properties index 6884cb9..5aaac7e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ POM_NAME=Dexter POM_ARTIFACT_ID=dexter POM_PACKAGING=aar -VERSION_NAME=6.2.1-SNAPSHOT +VERSION_NAME=6.2.1 VERSION_CODE=600201 GROUP=com.karumi