Skip to content

Commit

Permalink
proguard: cleanup unused parts
Browse files Browse the repository at this point in the history
Signed-off-by: Jason A. Donenfeld <[email protected]>
  • Loading branch information
zx2c4 committed Apr 27, 2023
1 parent 5ce668e commit 7c78e34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
release {
minifyEnabled true
shrinkResources true
proguardFiles "proguard-android-optimize.txt", "proguard-rules.pro"
proguardFiles "proguard-android-optimize.txt"
packagingOptions {
exclude "DebugProbesKt.bin"
exclude "kotlin-tooling-metadata.json"
Expand Down
3 changes: 1 addition & 2 deletions ui/proguard-android-optimize.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
-allowaccessmodification
-dontpreverify
-dontusemixedcaseclassnames
-dontskipnonpubliclibraryclasses
-dontobfuscate
-verbose

-keepattributes *Annotation*
Expand Down
14 changes: 0 additions & 14 deletions ui/proguard-rules.pro

This file was deleted.

0 comments on commit 7c78e34

Please sign in to comment.