update manifest

This commit is contained in:
RandomityGuy 2025-03-21 20:49:10 +05:30
parent 05d119423c
commit 484debd4ab
2 changed files with 5 additions and 5 deletions

View file

@ -3,13 +3,13 @@ plugins {
} }
android { android {
compileSdk 31 compileSdk 29
ndkVersion "18.1.5063045" ndkVersion "18.1.5063045"
defaultConfig { defaultConfig {
applicationId "com.randomityguy.mbhaxe.mbu" applicationId "com.randomityguy.mbhaxe.mbu"
minSdk 18 minSdk 26
targetSdk 31 targetSdk 29
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"

View file

@ -4,8 +4,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.randomityguy.mbhaxe.mbu" package="com.randomityguy.mbhaxe.mbu"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="7" android:versionCode="8"
android:versionName="2.2.1"> android:versionName="2.2.2">
<!-- Tell the system this app requires OpenGL ES 3.0. --> <!-- Tell the system this app requires OpenGL ES 3.0. -->
<uses-feature android:glEsVersion="0x00030000" android:required="true" /> <uses-feature android:glEsVersion="0x00030000" android:required="true" />