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

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern authored Mar 15, 2018
1 parent 20987dc commit a79e912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ EasyPermissions is installed by adding the following dependency to your `build.g

```groovy
dependencies {
   implementation 'pub.devrel:easypermissions:1.1.3'
   implementation 'pub.devrel:easypermissions:1.2.0'
}
```

Note that EasyPermissions depends on Android Support Library `27.0.2` so you will need to use
Note that EasyPermissions depends on Android Support Library `27.1.0` so you will need to use
`compileSdkVersion 27` or higher. This change should be safe as `compileSdkVersion` does not change
app behavior.

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ ext {

mavenGroup = 'pub.devrel'
mavenArtifactId = 'easypermissions'
mavenVersion = '1.1.3'
mavenVersion = '1.2.0'

bintrayOrg = 'easygoogle'

support_library_version = '27.0.2'
support_library_version = '27.1.0'

compileSdk = 27
targetSdk = 27
Expand Down

0 comments on commit a79e912

Please sign in to comment.