mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-03-08 08:27:57 +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 {
|
||||
// TODO If this is ever modified, change application_id in strings.xml
|
||||
applicationId = "org.citra.citra_emu"
|
||||
// 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.Lime3DS"
|
||||
minSdk = 28
|
||||
targetSdk = 35
|
||||
versionCode = autoVersion
|
||||
|
Loading…
x
Reference in New Issue
Block a user