From e40b13cee18dbda67ce4a26a779bdc4a372f9a18 Mon Sep 17 00:00:00 2001 From: xuelong Date: Tue, 10 Jan 2023 15:59:07 +0800 Subject: [PATCH] chore: Update compileSdkVersion. --- example/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 6fecf63..7b93b1a 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 31 + compileSdkVersion 33 sourceSets { main.java.srcDirs += 'src/main/kotlin'