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">