Skip to content

Commit

Permalink
chore(messaging, android): fix example app (#16837)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley authored Dec 5, 2024
1 parent a8a22b1 commit 677d96c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.3.0" apply false
id "com.android.application" version "8.1.0" apply false
// START: FlutterFire Configuration
id "com.google.gms.google-services" version "4.3.15" apply false
// END: FlutterFire Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
firebase_messaging: ^15.1.6
flutter:
sdk: flutter
flutter_local_notifications: ^16.1.0
flutter_local_notifications: ^17.2.1
http: ^1.0.0

flutter:
Expand Down

0 comments on commit 677d96c

Please sign in to comment.