mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-24 19:58:30 -06:00
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:
parent
8592e05d44
commit
75bed895cf
@ -62,7 +62,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.Lime3DS"
|
||||
applicationId = "io.github.lime3ds.android"
|
||||
minSdk = 28
|
||||
targetSdk = 35
|
||||
versionCode = autoVersion
|
||||
|
||||
Loading…
Reference in New Issue
Block a user