Skip to content

Commit 9a2843c

Browse files
committed
update versions plugin to fix build release
1 parent 01de63a commit 9a2843c

File tree

3 files changed

+27
-24
lines changed

3 files changed

+27
-24
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
android:name="io.flutter.app.FlutterApplication"
99
android:icon="@mipmap/ic_launcher"
1010
android:label="flutter_chat_demo">
11+
<meta-data
12+
android:name="com.google.firebase.messaging.default_notification_icon"
13+
android:resource="@mipmap/ic_launcher" />
1114
<activity
1215
android:name=".MainActivity"
1316
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density"

pubspec.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ packages:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "1.0.4"
17+
version: "1.0.5"
1818
cached_network_image:
1919
dependency: "direct main"
2020
description:
2121
name: cached_network_image
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.0.0"
24+
version: "1.1.0"
2525
charcode:
2626
dependency: transitive
2727
description:
@@ -70,7 +70,7 @@ packages:
7070
name: firebase_auth
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "0.11.1+7"
73+
version: "0.11.1+11"
7474
firebase_core:
7575
dependency: transitive
7676
description:
@@ -84,14 +84,14 @@ packages:
8484
name: firebase_messaging
8585
url: "https://pub.dartlang.org"
8686
source: hosted
87-
version: "5.1.0"
87+
version: "5.1.2"
8888
firebase_storage:
8989
dependency: "direct main"
9090
description:
9191
name: firebase_storage
9292
url: "https://pub.dartlang.org"
9393
source: hosted
94-
version: "3.0.2"
94+
version: "3.0.3"
9595
flutter:
9696
dependency: "direct main"
9797
description: flutter
@@ -103,14 +103,14 @@ packages:
103103
name: flutter_cache_manager
104104
url: "https://pub.dartlang.org"
105105
source: hosted
106-
version: "1.0.0"
106+
version: "1.1.0"
107107
flutter_local_notifications:
108108
dependency: "direct main"
109109
description:
110110
name: flutter_local_notifications
111111
url: "https://pub.dartlang.org"
112112
source: hosted
113-
version: "0.7.1+3"
113+
version: "0.8.0"
114114
flutter_test:
115115
dependency: "direct dev"
116116
description: flutter
@@ -122,14 +122,14 @@ packages:
122122
name: fluttertoast
123123
url: "https://pub.dartlang.org"
124124
source: hosted
125-
version: "2.2.11"
125+
version: "3.1.0"
126126
google_sign_in:
127127
dependency: "direct main"
128128
description:
129129
name: google_sign_in
130130
url: "https://pub.dartlang.org"
131131
source: hosted
132-
version: "4.0.2"
132+
version: "4.0.4"
133133
http:
134134
dependency: transitive
135135
description:
@@ -150,7 +150,7 @@ packages:
150150
name: image_picker
151151
url: "https://pub.dartlang.org"
152152
source: hosted
153-
version: "0.6.0+11"
153+
version: "0.6.0+17"
154154
intl:
155155
dependency: "direct main"
156156
description:
@@ -185,7 +185,7 @@ packages:
185185
name: path_provider
186186
url: "https://pub.dartlang.org"
187187
source: hosted
188-
version: "0.5.0+1"
188+
version: "1.1.2"
189189
pedantic:
190190
dependency: transitive
191191
description:
@@ -213,7 +213,7 @@ packages:
213213
name: shared_preferences
214214
url: "https://pub.dartlang.org"
215215
source: hosted
216-
version: "0.5.3+2"
216+
version: "0.5.3+4"
217217
sky_engine:
218218
dependency: transitive
219219
description: flutter
@@ -232,7 +232,7 @@ packages:
232232
name: sqflite
233233
url: "https://pub.dartlang.org"
234234
source: hosted
235-
version: "1.1.5"
235+
version: "1.1.6+2"
236236
stack_trace:
237237
dependency: transitive
238238
description:
@@ -260,7 +260,7 @@ packages:
260260
name: synchronized
261261
url: "https://pub.dartlang.org"
262262
source: hosted
263-
version: "2.1.0"
263+
version: "2.1.0+1"
264264
term_glyph:
265265
dependency: transitive
266266
description:
@@ -288,7 +288,7 @@ packages:
288288
name: uuid
289289
url: "https://pub.dartlang.org"
290290
source: hosted
291-
version: "2.0.1"
291+
version: "2.0.2"
292292
vector_math:
293293
dependency: transitive
294294
description:

pubspec.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ dependencies:
66
sdk: flutter
77

88
cupertino_icons: ^0.1.2
9-
firebase_auth: 0.11.1+7
10-
google_sign_in: 4.0.2
9+
firebase_auth: 0.11.1+11
10+
google_sign_in: 4.0.4
1111
cloud_firestore: 0.12.7
12-
fluttertoast: ^2.0.7
13-
image_picker: 0.6.0+11
14-
shared_preferences: 0.5.3+2
15-
firebase_storage: 3.0.2
16-
cached_network_image: ^1.0.0
12+
fluttertoast: ^3.1.0
13+
image_picker: 0.6.0+17
14+
shared_preferences: 0.5.3+4
15+
firebase_storage: 3.0.3
16+
cached_network_image: ^1.1.0
1717
intl: ^0.15.7
18-
firebase_messaging: 5.1.0
19-
flutter_local_notifications: ^0.7.1+3
18+
firebase_messaging: 5.1.2
19+
flutter_local_notifications: ^0.8.0
2020

2121
dev_dependencies:
2222
flutter_test:

0 commit comments

Comments
 (0)