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

Commit 2189d2f

Browse files
committed
Version 1.1.1
Change-Id: Ia4514c0c3be2a431f15fda520d1ed2f50c30a49f
1 parent 06a8357 commit 2189d2f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: README.md

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

1010
```groovy
1111
dependencies {
12-
   implementation 'pub.devrel:easypermissions:1.1.0'
12+
   implementation 'pub.devrel:easypermissions:1.1.1'
1313
}
1414
```
1515

16+
Note that EasyPermissions depends on Android Support Library `27.0.1` so you will need to use
17+
`compileSdkVersion 27` or higher. This change should be safe as `compileSdkVersion` does not change
18+
app behavior.
19+
1620
## Usage
1721

1822
### Basic

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ext {
2929

3030
mavenGroup = 'pub.devrel'
3131
mavenArtifactId = 'easypermissions'
32-
mavenVersion = '1.1.1-SNAPSHOT'
32+
mavenVersion = '1.1.1'
3333

3434
bintrayOrg = 'easygoogle'
3535

0 commit comments

Comments
 (0)