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

Commit a4d551b

Browse files
committed
Version 0.4.2
1 parent c2cf3f4 commit a4d551b

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-
compile 'pub.devrel:easypermissions:0.4.1'
12+
compile 'pub.devrel:easypermissions:0.4.2'
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 = '0.4.1'
34+
mavenVersion = '0.4.2'
3535

3636
bintrayOrg = 'easygoogle'
3737

0 commit comments

Comments
 (0)