mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-29 15:30:52 -06:00
android: Separate package IDs for build variants
This commit is contained in:
parent
56a563c239
commit
fc6a410dfa
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user