From 05134663f2a5d8ff6ce2035f2970986c56e9a28b Mon Sep 17 00:00:00 2001 From: evgeny Date: Tue, 8 Oct 2024 13:17:08 +0100 Subject: [PATCH] fixup! [ECO-5020] fix: update AGP plugin --- android/build.gradle | 2 +- example/android/app/build.gradle | 2 +- test_integration/android/app/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'