chore(ui): use debug keystore for release
For performance testing in release builds
This commit is contained in:
parent
c5cf0b5aa7
commit
3efcc3ce4d
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ android {
|
||||||
buildTypes {
|
buildTypes {
|
||||||
getByName("release") {
|
getByName("release") {
|
||||||
isMinifyEnabled = false
|
isMinifyEnabled = false
|
||||||
|
signingConfig = signingConfigs.getByName("debug")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue