Skip to content

Commit 185e07a

Browse files
authored
chore(messaging): updating flutter_local_notifications to 12.0.4 in the example app (#10034)
* chore(messaging): updating flutter_local_notifications to 12.0.4 in the example app * chore(messaging): updating flutter_local_notifications to 12.0.4 in the example app
1 parent f3f8970 commit 185e07a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/firebase_messaging/firebase_messaging/example/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:4.1.2'
8+
classpath 'com.android.tools.build:gradle:4.2.2'
99
classpath 'com.google.gms:google-services:4.3.4'
1010
}
1111
}

packages/firebase_messaging/firebase_messaging/example/android/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip

packages/firebase_messaging/firebase_messaging/example/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: firebase_messaging_example
22
description: Demonstrates how to use the firebase_messaging plugin.
33

44
environment:
5-
sdk: ">=2.16.0 <3.0.0"
6-
flutter: ">=1.12.13+hotfix.5"
5+
sdk: '>=2.16.0 <3.0.0'
6+
flutter: '>=1.12.13+hotfix.5'
77

88
dependencies:
99
firebase_core:
@@ -12,7 +12,7 @@ dependencies:
1212
path: ../
1313
flutter:
1414
sdk: flutter
15-
flutter_local_notifications: ^9.7.0
15+
flutter_local_notifications: ^12.0.4
1616
http: ^0.13.0
1717

1818
dependency_overrides:

0 commit comments

Comments
 (0)