Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 1b84362

Browse files
committed
Version 1.0.1
Change-Id: I27a1a71708179bf5b135244e55f0edcb3416aee4
1 parent d1fc877 commit 1b84362

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ EasyPermissions is installed by adding the following dependency to your `build.g
99

1010
```groovy
1111
dependencies {
12-
compile 'pub.devrel:easypermissions:1.0.0'
12+
compile 'pub.devrel:easypermissions:1.0.1'
1313
}
1414
```
1515

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.0.0-beta3'
8+
classpath 'com.android.tools.build:gradle:3.0.0-beta6'
99

1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1111
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
@@ -31,7 +31,7 @@ ext {
3131

3232
mavenGroup = 'pub.devrel'
3333
mavenArtifactId = 'easypermissions'
34-
mavenVersion = '1.0.0'
34+
mavenVersion = '1.0.1'
3535

3636
bintrayOrg = 'easygoogle'
3737

0 commit comments

Comments
 (0)