chore(ui): use debug keystore for release

For performance testing in release builds
This commit is contained in:
Cilly Leang 2026-01-29 00:52:33 +11:00
parent c5cf0b5aa7
commit 3efcc3ce4d
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -77,6 +77,7 @@ android {
buildTypes {
getByName("release") {
isMinifyEnabled = false
signingConfig = signingConfigs.getByName("debug")
}
}
compileOptions {