Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
Change-Id: I6258e18d4733b39d158211127b376ad3a3c4a2e1
  • Loading branch information
samtstern committed Sep 24, 2018
1 parent 8340ece commit 488e3ed
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.3.0'
   implementation 'pub.devrel:easypermissions:2.0.0'
}
```

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

mavenGroup = 'pub.devrel'
mavenArtifactId = 'easypermissions'
mavenVersion = '1.3.0'
mavenVersion = '2.0.0'

bintrayOrg = 'easygoogle'

Expand Down

0 comments on commit 488e3ed

Please sign in to comment.