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

Commit 7d3d459

Browse files
committed
Version 0.4.3
Change-Id: I876b1f7d8e1884de9edd67010a5fe583af415083
1 parent 08c8e6c commit 7d3d459

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-
compile 'pub.devrel:easypermissions:0.4.2'
12+
compile 'pub.devrel:easypermissions:0.4.3'
1313
}
1414
```
1515

build.gradle

Lines changed: 1 addition & 1 deletion
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.2'
34+
mavenVersion = '0.4.3'
3535

3636
bintrayOrg = 'easygoogle'
3737

0 commit comments

Comments
 (0)