fix(benchmark): ensure benchmark build type is not obfuscated

This commit is contained in:
Harsh Shandilya 2022-11-29 20:43:57 +05:30
parent 8d6c567c84
commit 6f219b6da2
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
-dontobfuscate

View file

@ -36,6 +36,7 @@ android {
signingConfig = signingConfigs["debug"]
matchingFallbacks += "release"
isDebuggable = false
proguardFile("benchmark-rules.pro")
}
}
}