File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,10 @@ EasyPermissions is installed by adding the following dependency to your `build.g
9
9
10
10
``` groovy
11
11
dependencies {
12
- implementation 'pub.devrel:easypermissions:1.2 .0'
12
+ implementation 'pub.devrel:easypermissions:1.3 .0'
13
13
}
14
14
```
15
15
16
- Note that EasyPermissions depends on Android Support Library ` 27.1.0 ` 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
-
20
16
## Usage
21
17
22
18
### Basic
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ ext {
30
30
31
31
mavenGroup = ' pub.devrel'
32
32
mavenArtifactId = ' easypermissions'
33
- mavenVersion = ' 1.2 .0'
33
+ mavenVersion = ' 1.3 .0'
34
34
35
35
bintrayOrg = ' easygoogle'
36
36
37
- support_library_version = ' 27.1.0 '
37
+ support_library_version = ' 27.1.1 '
38
38
39
39
compileSdk = 27
40
40
targetSdk = 27
You can’t perform that action at this time.
0 commit comments