Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 0ad864a

Browse files
Version 1.3.0
1 parent 986babb commit 0ad864a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

‎README.md‎

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

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

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-
2016
## Usage
2117

2218
### Basic

‎build.gradle‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ ext {
3030

3131
mavenGroup = 'pub.devrel'
3232
mavenArtifactId = 'easypermissions'
33-
mavenVersion = '1.2.0'
33+
mavenVersion = '1.3.0'
3434

3535
bintrayOrg = 'easygoogle'
3636

37-
support_library_version = '27.1.0'
37+
support_library_version = '27.1.1'
3838

3939
compileSdk = 27
4040
targetSdk = 27

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /