diff --git a/README.md b/README.md index f23c85c..9024193 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ EasyPermissions is installed by adding the following dependency to your `build.g ```groovy dependencies { -    implementation 'pub.devrel:easypermissions:1.0.1' +    implementation 'pub.devrel:easypermissions:1.1.1' } ``` diff --git a/build.gradle b/build.gradle index 9a98eb2..9cd42f3 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.0.0' + classpath 'com.android.tools.build:gradle:3.0.1' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' @@ -31,7 +31,7 @@ ext { mavenGroup = 'pub.devrel' mavenArtifactId = 'easypermissions' - mavenVersion = '1.0.1' + mavenVersion = '1.1.0' bintrayOrg = 'easygoogle'