mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-23 08:23:48 +00:00
update manifest
This commit is contained in:
parent
05d119423c
commit
484debd4ab
2 changed files with 5 additions and 5 deletions
|
|
@ -3,13 +3,13 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdk 31
|
||||
compileSdk 29
|
||||
ndkVersion "18.1.5063045"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.randomityguy.mbhaxe.mbu"
|
||||
minSdk 18
|
||||
targetSdk 31
|
||||
minSdk 26
|
||||
targetSdk 29
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.randomityguy.mbhaxe.mbu"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="7"
|
||||
android:versionName="2.2.1">
|
||||
android:versionCode="8"
|
||||
android:versionName="2.2.2">
|
||||
|
||||
<!-- Tell the system this app requires OpenGL ES 3.0. -->
|
||||
<uses-feature android:glEsVersion="0x00030000" android:required="true" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue