From 2774042801124e1983b3fd923be88d1b84215ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Vicente=20Go=CC=81mez=20Sa=CC=81nchez?= Date: Tue, 7 Jul 2020 08:39:59 +0200 Subject: [PATCH] Prepare release 6.2.1 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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