Skip to content

Commit

Permalink
update library version to 0.0.2 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
RadiationX authored Jun 16, 2022
1 parent 890de94 commit 54ed8ec
Show file tree
Hide file tree
Showing 3 changed files with 4 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:0.0.2"
implementation "com.github.mintrocket:MintPermissions:0.0.3"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
app_target_sdk_version = 32
app_version_code = 1
app_version_name = "1.0"
library_version_name = "0.0.2"
library_version_name = "0.0.3"

/* tools, plugins, etc. */
kotlin_version = '1.6.21'
Expand Down
2 changes: 2 additions & 0 deletions library/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-keep class ru.mintrocket.lib.mintpermissions.models.**
-keep class ru.mintrocket.lib.mintpermissions.MintPermissionsConfig** { *; }

0 comments on commit 54ed8ec

Please sign in to comment.