We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8cf886 commit 29834ffCopy full SHA for 29834ff
README.md
@@ -61,7 +61,7 @@ Gradle
61
------
62
```java
63
dependencies {
64
- compile 'com.greysonparrelli.permiso:permiso:0.1.1'
+ compile 'com.greysonparrelli.permiso:permiso:0.1.2'
65
}
66
```
67
permiso/build.gradle
@@ -13,7 +13,7 @@ ext {
13
siteUrl = 'https://github.com/greysonp/permiso'
14
gitUrl = 'https://github.com/greysonp/permiso.git'
15
16
- libraryVersion = '0.1.1'
+ libraryVersion = '0.1.2'
17
18
developerId = 'greysonp'
19
developerName = 'Greyson Parrelli'
0 commit comments