Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
Change-Id: Ia4514c0c3be2a431f15fda520d1ed2f50c30a49f
  • Loading branch information
samtstern committed Dec 13, 2017
1 parent 06a8357 commit 2189d2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ EasyPermissions is installed by adding the following dependency to your `build.g

```groovy
dependencies {
   implementation 'pub.devrel:easypermissions:1.1.0'
   implementation 'pub.devrel:easypermissions:1.1.1'
}
```

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

## Usage

### Basic
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext {

mavenGroup = 'pub.devrel'
mavenArtifactId = 'easypermissions'
mavenVersion = '1.1.1-SNAPSHOT'
mavenVersion = '1.1.1'

bintrayOrg = 'easygoogle'

Expand Down

0 comments on commit 2189d2f

Please sign in to comment.