Skip to content

Commit 7c78e34

Browse files
committed
proguard: cleanup unused parts
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 5ce668e commit 7c78e34

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
release {
3535
minifyEnabled true
3636
shrinkResources true
37-
proguardFiles "proguard-android-optimize.txt", "proguard-rules.pro"
37+
proguardFiles "proguard-android-optimize.txt"
3838
packagingOptions {
3939
exclude "DebugProbesKt.bin"
4040
exclude "kotlin-tooling-metadata.json"

ui/proguard-android-optimize.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-allowaccessmodification
2-
-dontpreverify
32
-dontusemixedcaseclassnames
4-
-dontskipnonpubliclibraryclasses
3+
-dontobfuscate
54
-verbose
65

76
-keepattributes *Annotation*

ui/proguard-rules.pro

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)