Skip to content

Commit

Permalink
[No issue] Fix proguard obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Aug 10, 2021
1 parent 3f46a14 commit a2690b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
There is a new package for 5.0. Please use:

```kotlin
implementation("com.isupatches.android:wisefy:5.0.0-RC1")
implementation("com.isupatches.android:wisefy:5.0.0-RC2")
```

## 5.0 Rewrite
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ object BuildVersions {
const val TARGET_SDK: Int = 30
const val MIN_SDK: Int = 23

const val MODULE_VERSION_CODE: Int = 16
const val MODULE_VERSION_NAME: String = "5.0.0-RC1"
const val MODULE_VERSION_CODE: Int = 17
const val MODULE_VERSION_NAME: String = "5.0.0-RC2"
}
2 changes: 2 additions & 0 deletions wisefy/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

-dontobfuscate

-keep class com.isupatches.android.wisefy.** { *; }

# Java lang for AGP
-dontwarn java.lang.instrument.ClassFileTransformer

0 comments on commit a2690b9

Please sign in to comment.