android: Changed application ID to that of Lime3DS

This is to allow preserving the existing play store listing
This commit is contained in:
OpenSauce04 2024-11-22 11:23:14 +00:00
parent a6d946ab7f
commit b1fac41a94

View File

@ -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