From b272988929095fca1fdfc57c7cca8103b18f6b09 Mon Sep 17 00:00:00 2001 From: Pun Date: Mon, 10 Jul 2023 18:43:07 +0700 Subject: [PATCH] build: always compile with the latest SDK supported by Flutter `targetSdkVersion` is still the same, we want to test the application first before bumping up to latest. --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 78ce0298..a752c0e1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 33 + compileSdkVersion flutter.compileSdkVersion ndkVersion flutter.ndkVersion compileOptions {