Skip to content

Commit

Permalink
Merge pull request #30 from mintrocket/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
RadiationX committed Aug 10, 2022
2 parents ac5d000 + 002d54e commit 49ce980
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 @@ -32,10 +32,10 @@ allprojects {
// Target module's build.gradle:
dependencies {
implementation 'com.github.mintrocket.MintPermissions:mintpermissions:1.1.0'
implementation 'com.github.mintrocket.MintPermissions:mintpermissions:1.1.1'
// if you need ready processing of permissions with dialogs
implementation 'com.github.mintrocket.MintPermissions:mintpermissions-flows:1.1.0'
implementation 'com.github.mintrocket.MintPermissions:mintpermissions-flows:1.1.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
app_version_code = 1
app_version_name = "1.0"
library_min_sdk_version = 15
library_version_name = "1.1.0"
library_version_name = "1.1.1"

/* tools, plugins, etc. */
kotlin_version = '1.6.21'
Expand Down

0 comments on commit 49ce980

Please sign in to comment.