Skip to content

Commit 04b7954

Browse files
bparrishMineskroikie
authored andcommitted
Update url_launcher (#295)
1 parent 0f33244 commit 04b7954

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

packages/firebase_dynamic_links/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.0+4
2+
3+
* Fix example app build by updating version of `url_launcher` that is compatible with androidx apps.
4+
15
## 0.5.0+3
26

37
* Don't crash if registrar.activity() is not there.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
org.gradle.jvmargs=-Xmx1536M
2+
android.enableR8=true

packages/firebase_dynamic_links/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
path: ../
1010
firebase_core: ^0.4.0
1111

12-
url_launcher: ^4.2.0
12+
url_launcher: ^5.1.6
1313

1414
flutter:
1515
uses-material-design: true

packages/firebase_dynamic_links/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: firebase_dynamic_links
22
description: Flutter plugin for Google Dynamic Links for Firebase, an app solution for creating
33
and handling links across multiple platforms.
4-
version: 0.5.0+3
4+
version: 0.5.0+4
55

66
author: Flutter Team <[email protected]>
77
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_dynamic_links

0 commit comments

Comments
 (0)