From 0d03bc5046e0c2df008c1c33360763a9bff10f1f Mon Sep 17 00:00:00 2001 From: TransBluelight <69445885+TransBluelight@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:01:40 -0600 Subject: [PATCH] Compile worked, now changed the SDK to 29(Android 10) to hopefully avoid scoped storage restrictions. --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 6d928168b..fbbf7b022 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -8,14 +8,14 @@ else { } android { - compileSdkVersion 30 + compileSdkVersion 29 defaultConfig { if (buildAsApplication) { applicationId "org.bluelight.srb2.exp" } minSdkVersion 14 - targetSdkVersion 30 + targetSdkVersion 29 versionCode 22131 versionName "2.2.13" externalNativeBuild {