为Android debug使用不同的包名

为debug构建替换应用图标

替换android:label
This commit is contained in:
VillagerTom
2024-05-26 14:30:42 +08:00
committed by orz12
parent 85591b534b
commit 0ed3f6c192
17 changed files with 215 additions and 2 deletions

View File

@@ -86,6 +86,10 @@ android {
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.release
}
debug {
//applicationId "com.orz12.PiliPalaX.debug"
applicationIdSuffix ".debug"
}
}
}