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 }