Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update pubspec and changelog
  • Loading branch information
JeroenWeener committed Mar 23, 2023
commit 8848f15ef868838735675aa0b6b960ab3f0bd9a5
2 changes: 1 addition & 1 deletion google_api_availability/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 5.0.0

* **BREAKING CHANGE**: No longer supports iOS, as it was never truly supported.
* **BREAKING CHANGE**: Removes support for iOS, as it was never truly supported.
* Uses the federated architecture.

## 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion google_api_availability/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
google_api_availability_android: ^1.0.0+1
google_api_availability_platform_interface: ^1.0.0
google_api_availability_platform_interface: ^1.0.1

dev_dependencies:
flutter_test:
Expand Down