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

Commit c2cc631

Browse files
committed
Version 1.1.0
Change-Id: I64127a8c2e0ff2c60ab749a91853a089f195d73e
1 parent 49b6867 commit c2cc631

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: 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-
   implementation 'pub.devrel:easypermissions:1.0.1'
12+
   implementation 'pub.devrel:easypermissions:1.1.1'
1313
}
1414
```
1515

Diff for: 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'
8+
classpath 'com.android.tools.build:gradle:3.0.1'
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.1'
34+
mavenVersion = '1.1.0'
3535

3636
bintrayOrg = 'easygoogle'
3737

0 commit comments

Comments
 (0)