ver update manifest

This commit is contained in:
RandomityGuy 2024-05-22 21:33:42 +05:30
parent 68b2559e13
commit 7dded40ae7
3 changed files with 5 additions and 17 deletions

View file

@ -4,14 +4,13 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.randomityguy.mbhaxe.mbu"
android:installLocation="auto"
android:versionCode="1"
android:versionName="1.5.0">
android:versionCode="2"
android:versionName="2.1.0">
<!-- Tell the system this app requires OpenGL ES 3.0. -->
<uses-feature android:glEsVersion="0x00030000" android:required="true" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application android:label="@string/app_name"
@ -27,7 +26,7 @@
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:exported="true"
android:screenOrientation="sensorLandscape"
>
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
@ -35,4 +34,4 @@
</activity>
</application>
</manifest>
</manifest>

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
</adaptive-icon>

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>