From 484debd4ab35becfcb412abbe61a9c73d79a8c99 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Fri, 21 Mar 2025 20:49:10 +0530 Subject: [PATCH] update manifest --- Export/android/app/build.gradle | 6 +++--- Export/android/app/src/main/AndroidManifest.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Export/android/app/build.gradle b/Export/android/app/build.gradle index d11a4a88..82b24100 100644 --- a/Export/android/app/build.gradle +++ b/Export/android/app/build.gradle @@ -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" diff --git a/Export/android/app/src/main/AndroidManifest.xml b/Export/android/app/src/main/AndroidManifest.xml index 0206d95d..10776d79 100644 --- a/Export/android/app/src/main/AndroidManifest.xml +++ b/Export/android/app/src/main/AndroidManifest.xml @@ -4,8 +4,8 @@ + android:versionCode="8" + android:versionName="2.2.2">