Skip to content

Commit

Permalink
fixup! [ECO-5020] fix: update AGP plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Oct 8, 2024
1 parent 36f7381 commit 0513466
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
}

android {
compileSdkVersion 32
compileSdkVersion 34

// Conditional for compatibility with AGP <4.2.
if (project.android.hasProperty("namespace")) {
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion test_integration/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0513466

Please sign in to comment.