We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 171cf03 + 236d9c7 commit 05daea0Copy full SHA for 05daea0
2 files changed
README.md
@@ -25,7 +25,7 @@ allprojects {
25
26
// Target module's build.gradle:
27
dependencies {
28
- implementation "com.github.mintrocket:MintPermissions:<LATESET-VERSION>"
+ implementation "com.github.mintrocket:MintPermissions:1.0.0"
29
}
30
```
31
build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
app_version_code = 1
10
app_version_name = "1.0"
11
library_min_sdk_version = 15
12
- library_version_name = "0.0.5"
+ library_version_name = "1.0.0"
13
14
/* tools, plugins, etc. */
15
kotlin_version = '1.6.21'
0 commit comments