From b6699831d720580f8d47c5317e30c48751a675e8 Mon Sep 17 00:00:00 2001 From: Shawn Date: Tue, 20 Feb 2024 14:31:38 -0700 Subject: [PATCH] Update compileSdkVerison to avoid build warnings on android --- 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 3d248174..df2ce3e3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -33,7 +33,7 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion flutter.compileSdkVersion + compileSdkVersion 34 defaultConfig { configurations.all {