forked from firebase/flutterfire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[firebase_crashlytics]add missing type parameters and pump min flutte…
…r version to 1.5.0 (firebase#1667)
- Loading branch information
Chris Yang
authored
May 31, 2019
1 parent
a1ffe69
commit 1e90d26
Showing
3 changed files
with
16 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
name: firebase_crashlytics | ||
description: Flutter plugin for Firebase Crashlytics. It reports uncaught errors to the | ||
Firebase console. | ||
version: 0.0.4+3 | ||
version: 0.0.4+4 | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_crashlytics | ||
|
||
environment: | ||
sdk: ">=2.0.0-dev.68.0 <3.0.0" | ||
flutter: ">=1.5.0" | ||
|
||
dependencies: | ||
flutter: | ||
|