diff --git a/android/build.gradle b/android/build.gradle index 7d54ea1f8..010cab8df 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -33,7 +33,7 @@ dependencies { } android { - compileSdkVersion 32 + compileSdkVersion 34 // Conditional for compatibility with AGP <4.2. if (project.android.hasProperty("namespace")) { diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index b48dd6372..4d745df73 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'com.google.gms.google-services' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 32 + compileSdkVersion 34 // Require Java language level 8 so we can use Method References (used with Lambdas) compileOptions { diff --git a/test_integration/android/app/build.gradle b/test_integration/android/app/build.gradle index 685787a44..d8a3eae66 100644 --- a/test_integration/android/app/build.gradle +++ b/test_integration/android/app/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'com.android.application' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 32 + compileSdkVersion 34 lintOptions { disable 'InvalidPackage'