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

Commit 51c8936

Browse files
committed
Version 1.1.2
Change-Id: I7042bea943994bb0dd2de2cb7af758d8de8690e1
1 parent 623baa9 commit 51c8936

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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:1.1.1'
12+
   implementation 'pub.devrel:easypermissions:1.1.2'
1313
}
1414
```
1515

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ext {
2929

3030
mavenGroup = 'pub.devrel'
3131
mavenArtifactId = 'easypermissions'
32-
mavenVersion = '1.1.2-SNAPSHOT'
32+
mavenVersion = '1.1.2'
3333

3434
bintrayOrg = 'easygoogle'
3535

0 commit comments

Comments
 (0)