mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
fix(benchmark): ensure benchmark build type is not obfuscated
This commit is contained in:
parent
8d6c567c84
commit
6f219b6da2
2 changed files with 2 additions and 0 deletions
1
android/benchmark-rules.pro
Normal file
1
android/benchmark-rules.pro
Normal file
|
@ -0,0 +1 @@
|
||||||
|
-dontobfuscate
|
|
@ -36,6 +36,7 @@ android {
|
||||||
signingConfig = signingConfigs["debug"]
|
signingConfig = signingConfigs["debug"]
|
||||||
matchingFallbacks += "release"
|
matchingFallbacks += "release"
|
||||||
isDebuggable = false
|
isDebuggable = false
|
||||||
|
proguardFile("benchmark-rules.pro")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue