build: temporarily use debug keys for signing release builds to test

This commit is contained in:
LavaDesu 2025-04-29 22:55:39 +10:00
parent fa81dd8c0f
commit 6a5a9b4974
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

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