android: Update app ID to match Lime3DS Play Store ID

I seemingly attempted to do this before, did it wrong, and then committed it by accident. Whoops!
This commit is contained in:
OpenSauce04 2025-02-28 23:57:42 +00:00
parent 8592e05d44
commit 75bed895cf

View File

@ -62,7 +62,7 @@ android {
defaultConfig { defaultConfig {
// The application ID refers to Lime3DS to allow for // The application ID refers to Lime3DS to allow for
// the Play Store listing, which was originally set up for Lime3DS, to still be used. // the Play Store listing, which was originally set up for Lime3DS, to still be used.
applicationId = "io.github.lime3ds.Lime3DS" applicationId = "io.github.lime3ds.android"
minSdk = 28 minSdk = 28
targetSdk = 35 targetSdk = 35
versionCode = autoVersion versionCode = autoVersion