Browse Source

gradle: use optimized proguard rules

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
master
Jason A. Donenfeld 4 years ago
parent
commit
0e21520fd1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ui/build.gradle

+ 1
- 1
ui/build.gradle View File

@@ -53,7 +53,7 @@ android {
} }
} }
minifyEnabled true minifyEnabled true
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
} }
debug { debug {
applicationIdSuffix ".debug" applicationIdSuffix ".debug"


Loading…
Cancel
Save