diff --git a/README.md b/README.md index 3d27603..a99a1fe 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.1' + implementation 'com.karumi:dexter:6.2.2' } ``` diff --git a/gradle.properties b/gradle.properties index 7805803..c54df93 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.2-SNAPSHOT +VERSION_NAME=6.2.2 VERSION_CODE=600202 GROUP=com.karumi