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

Commit ff31e33

Browse files
committed
Version 1.1.3
Change-Id: I1f1f25937ce67c156fc7d3c2e4d400be445caaa3
1 parent 5e4b94a commit ff31e33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

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

16-
Note that EasyPermissions depends on Android Support Library `27.0.1` so you will need to use
16+
Note that EasyPermissions depends on Android Support Library `27.0.2` so you will need to use
1717
`compileSdkVersion 27` or higher. This change should be safe as `compileSdkVersion` does not change
1818
app behavior.
1919

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ ext {
2929

3030
mavenGroup = 'pub.devrel'
3131
mavenArtifactId = 'easypermissions'
32-
mavenVersion = '1.1.2'
32+
mavenVersion = '1.1.3'
3333

3434
bintrayOrg = 'easygoogle'
3535

36-
support_library_version = '27.0.1'
36+
support_library_version = '27.0.2'
3737

3838
compileSdk = 27
3939
targetSdk = 27

0 commit comments

Comments
 (0)