Skip to content

Commit

Permalink
Released new version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj89 committed Feb 2, 2021
1 parent dbcaf4f commit 87c2a5a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ PermissionHelper used to simplfy Runtime Permission Structure.
- Get callback whenever some permissions from you mentioned are granted.(New)
- Get callback when permission is auto denied by system(When user selects, Don't ask again).

### Latest Version [2.1]
- Added method hasPermission() to check if permission is there.
- Updated compileSdkVersion to 28
### Latest Version [2.2]
- Updated compileSdkVersion to 30

### Download
Include the following dependency in your apps build.gradle file.
```
implementation 'com.master.android:permissionhelper:2.1'
implementation 'com.master.android:permissionhelper:2.2'
```

### `******` Imp Note `******`
Expand Down

0 comments on commit 87c2a5a

Please sign in to comment.