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

Commit 62ee80e

Browse files
committed
Version 2.0.1
Change-Id: Ib48617554a73312e92d28a26d509dfb26afc1bf7
1 parent a88d501 commit 62ee80e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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:2.0.0'
12+
   implementation 'pub.devrel:easypermissions:2.0.1'
1313
}
1414
```
1515

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ext {
3131

3232
mavenGroup = 'pub.devrel'
3333
mavenArtifactId = 'easypermissions'
34-
mavenVersion = '2.0.1-SNAPSHOT'
34+
mavenVersion = '2.0.1'
3535

3636
bintrayOrg = 'easygoogle'
3737

0 commit comments

Comments
 (0)