update android config

This commit is contained in:
RandomityGuy 2023-07-07 00:31:13 +05:30
parent 9bd33c2994
commit 5cce2befa0
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ android {
ndkVersion "18.1.5063045" ndkVersion "18.1.5063045"
defaultConfig { defaultConfig {
applicationId "com.randomityguy.mbhaxe.mbp" applicationId "com.randomityguy.mbhaxe.mbu"
minSdk 18 minSdk 18
targetSdk 31 targetSdk 31
versionCode 1 versionCode 1

View file

@ -2,7 +2,7 @@
<!-- Replace com.example.heapsandroid.helloword with the identifier of your game below, e.g. <!-- Replace com.example.heapsandroid.helloword with the identifier of your game below, e.g.
com.gamemaker.game --> com.gamemaker.game -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.randomityguy.mbhaxe.mbp" package="com.randomityguy.mbhaxe.mbu"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="1" android:versionCode="1"
android:versionName="1.5.0"> android:versionName="1.5.0">

View file

@ -1,3 +1,3 @@
<resources> <resources>
<string name="app_name">Marble Blast Platinum</string> <string name="app_name">Marble Blast Ultra</string>
</resources> </resources>