Ensure stub APK is expected

Fix #7884
This commit is contained in:
topjohnwu
2024-03-08 17:09:54 -08:00
parent d56f4fbc90
commit dbf6e40dfe
6 changed files with 55 additions and 44 deletions

View File

@ -166,6 +166,10 @@ private fun Project.setupAppCommon() {
}
}
defaultConfig {
buildConfigField("int", "STUB_VERSION", Config.stubVersion)
}
buildTypes {
signingConfigs["config"].also {
debug {