mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-07 07:29:58 +01:00
android: Changed application ID to that of Lime3DS
This is to allow preserving the existing play store listing
This commit is contained in:
parent
a6d946ab7f
commit
b1fac41a94
@ -60,8 +60,9 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
// TODO If this is ever modified, change application_id in strings.xml
|
// The application ID refers to Lime3DS to allow for
|
||||||
applicationId = "org.citra.citra_emu"
|
// the Play Store listing, which was originally set up for Lime3DS, to still be used.
|
||||||
|
applicationId = "io.github.lime3ds.Lime3DS"
|
||||||
minSdk = 28
|
minSdk = 28
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = autoVersion
|
versionCode = autoVersion
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user