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

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
Change-Id: I7042bea943994bb0dd2de2cb7af758d8de8690e1
  • Loading branch information
samtstern committed Jan 12, 2018
1 parent 623baa9 commit 51c8936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EasyPermissions is installed by adding the following dependency to your `build.g

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

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.2-SNAPSHOT'
mavenVersion = '1.1.2'

bintrayOrg = 'easygoogle'

Expand Down

0 comments on commit 51c8936

Please sign in to comment.