Skip to content

Commit

Permalink
Version 1.1.3
Browse files Browse the repository at this point in the history
Change-Id: I1f1f25937ce67c156fc7d3c2e4d400be445caaa3
  • Loading branch information
samtstern committed Jan 25, 2018
1 parent 5e4b94a commit ff31e33
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.2'
   implementation 'pub.devrel:easypermissions:1.1.3'
}
```

Note that EasyPermissions depends on Android Support Library `27.0.1` so you will need to use
Note that EasyPermissions depends on Android Support Library `27.0.2` 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.2'
mavenVersion = '1.1.3'

bintrayOrg = 'easygoogle'

support_library_version = '27.0.1'
support_library_version = '27.0.2'

compileSdk = 27
targetSdk = 27
Expand Down

0 comments on commit ff31e33

Please sign in to comment.