From 4439134ef3e3718c6dba6d5c90ec626ddfc1a11d Mon Sep 17 00:00:00 2001 From: PeanutMelonSeedBigAlmond Date: Mon, 29 Sep 2025 13:06:38 +0800 Subject: [PATCH] build: update compile and target sdk version --- 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 cf16a55..f8b40ea 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -6,7 +6,7 @@ plugins { android { namespace = "com.lifegpc.ehf" - compileSdk = 35 + compileSdk = 36 ndkVersion = flutter.ndkVersion compileOptions { @@ -30,7 +30,7 @@ android { defaultConfig { applicationId = "com.lifegpc.ehf" minSdk = flutter.minSdkVersion - targetSdk = 34 + targetSdk = 36 versionCode = flutter.versionCode versionName = flutter.versionName }