From 97e8abace8690df367f90974658e369285ed95a8 Mon Sep 17 00:00:00 2001 From: Developer Date: Tue, 9 Jun 2026 17:15:57 +0700 Subject: [PATCH] Raise Android SDK requirements --- android/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 8eed198..c0570b1 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -795,7 +795,7 @@ fun computeApplicationId(): String { android { namespace = "io.openim.flutter.openim" - compileSdk = flutter.compileSdkVersion + compileSdk = 36 ndkVersion = "27.0.12077973" // 使用已存在的NDK版本,避免下载问题 compileOptions { @@ -948,7 +948,7 @@ android { // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config. - minSdk = flutter.minSdkVersion + minSdk = 23 targetSdk = flutter.targetSdkVersion versionCode = flutter.versionCode versionName = flutter.versionName