Skip to content

Commit

Permalink
Merge pull request #16 from mintrocket/main
Browse files Browse the repository at this point in the history
upd by main
  • Loading branch information
RadiationX committed Jun 17, 2022
2 parents 171cf03 + 236d9c7 commit 05daea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
// Target module's build.gradle:
dependencies {
implementation "com.github.mintrocket:MintPermissions:<LATESET-VERSION>"
implementation "com.github.mintrocket:MintPermissions:1.0.0"
}
```

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 = "0.0.5"
library_version_name = "1.0.0"

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

0 comments on commit 05daea0

Please sign in to comment.