Skip to content

Commit

Permalink
Updated library version to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
greysonp committed Apr 19, 2016
1 parent aaafcae commit 308443b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Gradle
------
```java
dependencies {
compile 'com.greysonparrelli.permiso:permiso:0.1.3'
compile 'com.greysonparrelli.permiso:permiso:0.2.0'
}
```

Expand Down Expand Up @@ -109,7 +109,7 @@ public void onRationaleRequested(Permiso.IOnRationaleProvided callback, String..

**I want to do some complicated logic with the results of my permission request, but the ResultSet doesn't let me.**

Fear not! The ```ResultSet``` object has a method called ```toMap()```, which will give you back a mapping of permissions -> booleans that you can iterate over to your heart's content.
Fear not! The ```ResultSet``` object has a method called ```toMap()```, which will give you back a mapping of permissions -> ```Permiso.Result``` that you can iterate over to your heart's content.

**What do you mean when you say that Permiso merges simultaneous requests for the same permission into a single request?**

Expand Down
2 changes: 1 addition & 1 deletion permiso/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/greysonp/permiso'
gitUrl = 'https://github.com/greysonp/permiso.git'

libraryVersion = '0.1.3'
libraryVersion = '0.2.0'

developerId = 'greysonp'
developerName = 'Greyson Parrelli'
Expand Down

0 comments on commit 308443b

Please sign in to comment.