Skip to content

Commit

Permalink
Update url_launcher (firebase#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
bparrishMines authored and kroikie committed Oct 10, 2019
1 parent 0f33244 commit 04b7954
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/firebase_dynamic_links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.0+4

* Fix example app build by updating version of `url_launcher` that is compatible with androidx apps.

## 0.5.0+3

* Don't crash if registrar.activity() is not there.
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
2 changes: 1 addition & 1 deletion packages/firebase_dynamic_links/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
path: ../
firebase_core: ^0.4.0

url_launcher: ^4.2.0
url_launcher: ^5.1.6

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion packages/firebase_dynamic_links/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: firebase_dynamic_links
description: Flutter plugin for Google Dynamic Links for Firebase, an app solution for creating
and handling links across multiple platforms.
version: 0.5.0+3
version: 0.5.0+4

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

0 comments on commit 04b7954

Please sign in to comment.