removes unnecessary minification for benchmark's debug flavor

pull/973/head^2
Vitor Pamplona 2024-07-09 10:45:51 -04:00
rodzic 2a9e1bb08c
commit b360c3292f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -31,7 +31,7 @@ android {
debug {
// Since debuggable can"t be modified by gradle for library modules,
// it must be done in a manifest - see src/androidTest/AndroidManifest.xml
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "benchmark-proguard-rules.pro"
}
release {