android: Separate package IDs for build variants

This commit is contained in:
OpenSauce04 2026-03-12 20:31:31 +00:00 committed by OpenSauce
parent 56a563c239
commit fc6a410dfa

View File

@ -63,7 +63,7 @@ android {
defaultConfig {
// The application ID refers to Lime3DS to allow for
// the Play Store listing, which was originally set up for Lime3DS, to still be used.
applicationId = "io.github.lime3ds.android"
applicationId = "org.azahar_emu.azahar"
minSdk = 29
targetSdk = 35
versionCode = autoVersion
@ -173,6 +173,7 @@ android {
register("googlePlay") {
dimension = "version"
versionNameSuffix = "-googleplay"
applicationId = "io.github.lime3ds.android"
}
}