mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
update android config
This commit is contained in:
parent
9bd33c2994
commit
5cce2befa0
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ android {
|
|||
ndkVersion "18.1.5063045"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.randomityguy.mbhaxe.mbp"
|
||||
applicationId "com.randomityguy.mbhaxe.mbu"
|
||||
minSdk 18
|
||||
targetSdk 31
|
||||
versionCode 1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<!-- Replace com.example.heapsandroid.helloword with the identifier of your game below, e.g.
|
||||
com.gamemaker.game -->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.randomityguy.mbhaxe.mbp"
|
||||
package="com.randomityguy.mbhaxe.mbu"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.5.0">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<resources>
|
||||
<string name="app_name">Marble Blast Platinum</string>
|
||||
<string name="app_name">Marble Blast Ultra</string>
|
||||
</resources>
|
||||
Loading…
Add table
Reference in a new issue