From 8ee702810470a49b6a1187ff4cc0d858191e3d69 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Tue, 27 Aug 2024 20:00:15 +1000 Subject: [PATCH] Revert "Bump android target SDK version" This reverts commit 6eee24b414633a917b15906241e2e0c24b771f19. --- android/app/build.gradle | 2 ++ android/app/src/main/AndroidManifest.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 7c4d5899d..516e09aa5 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -5,6 +5,8 @@ android { defaultConfig { applicationId = 'com.classicube.android.client' + minSdkVersion 13 + targetSdkVersion 26 externalNativeBuild { cmake { arguments '-DANDROID_STL=c++_static' diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 7368223f9..5285e9e88 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -8,9 +8,9 @@ - + - +