Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[connectivity] remove android no-op implementation #2784

Merged
merged 2 commits into from May 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/connectivity/connectivity_macos/CHANGELOG.md
@@ -1,13 +1,14 @@
## 0.1.0+4

* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
* Remove Android folder from `connectivity_macos`.

## 0.1.0+3

* Bump the minimum Flutter version to 1.12.13+hotfix.5.
* Clean up various Android workarounds no longer needed after framework v1.12.
* Complete v2 embedding support.
* Fix CocoaPods podspec lint warnings.
* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).

## 0.1.0+2

Expand Down
1 change: 0 additions & 1 deletion packages/connectivity/connectivity_macos/android/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions packages/connectivity/connectivity_macos/android/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/connectivity/connectivity_macos/pubspec.yaml
Expand Up @@ -3,7 +3,7 @@ description: macOS implementation of the connectivity plugin.
# 0.1.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.1.0+3
version: 0.1.0+4
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_macos

flutter:
Expand Down