Skip to content

Commit 1561121

Browse files
ci(android): bump AGP to 8.1.0 for firestore and data-connect example apps (#16865)
1 parent 598e1c6 commit 1561121

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cloud_firestore/cloud_firestore/example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "7.3.0" apply false
21+
id "com.android.application" version "8.1.0" apply false
2222
// START: FlutterFire Configuration
2323
id "com.google.gms.google-services" version "4.3.15" apply false
2424
// END: FlutterFire Configuration

packages/firebase_data_connect/firebase_data_connect/example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "7.3.0" apply false
21+
id "com.android.application" version "8.1.0" apply false
2222
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
2323
}
2424

0 commit comments

Comments
 (0)