mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 10:43:39 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue