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

Commit 488e3ed

Browse files
committed
Version 2.0
Change-Id: I6258e18d4733b39d158211127b376ad3a3c4a2e1
1 parent 8340ece commit 488e3ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ EasyPermissions is installed by adding the following dependency to your `build.g
99

1010
```groovy
1111
dependencies {
12-
   implementation 'pub.devrel:easypermissions:1.3.0'
12+
   implementation 'pub.devrel:easypermissions:2.0.0'
1313
}
1414
```
1515

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ext {
3030

3131
mavenGroup = 'pub.devrel'
3232
mavenArtifactId = 'easypermissions'
33-
mavenVersion = '1.3.0'
33+
mavenVersion = '2.0.0'
3434

3535
bintrayOrg = 'easygoogle'
3636

0 commit comments

Comments
 (0)