fix: mobile ci (#4232)

This commit is contained in:
Lucas.Xu
2023-12-29 11:17:50 +08:00
committed by GitHub
parent 43a3a1e4b2
commit d57b61b213
3 changed files with 25 additions and 2 deletions

View File

@ -74,7 +74,9 @@ android {
}
buildTypes {
release {
signingConfig signingConfigs.release
// use release instead when publishing the application to google play.
// signingConfig signingConfigs.release
signingConfig signingConfigs.debug
}
}