fix: Update plugin_platform_interface to 2.1.0 for Android
This commit is contained in:
parent
1395e3d6e6
commit
69eacd6246
@ -9,3 +9,7 @@
|
||||
## 0.1.2
|
||||
|
||||
* Expose [IsolateHandler] and [MediaScannerImplementation] from moxplatform_platform_interface
|
||||
|
||||
## 0.1.3
|
||||
|
||||
Skipped to keep consistency
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: moxplatform
|
||||
description: Moxxy platform-specific code
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
publish_to: https://pub.polynom.me
|
||||
|
||||
environment:
|
||||
@ -19,10 +19,10 @@ dependencies:
|
||||
|
||||
moxplatform_android:
|
||||
hosted: https://pub.polynom.me
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
moxplatform_platform_interface:
|
||||
hosted: https://pub.polynom.me
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
|
||||
moxlib:
|
||||
hosted: https://pub.polynom.me
|
||||
|
@ -9,3 +9,7 @@ Skipped for consistency
|
||||
## 0.1.2
|
||||
|
||||
* Switch to selfhosted pub repository
|
||||
|
||||
## 0.1.3
|
||||
|
||||
* Update plugin_platform_interface to 2.1.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: moxplatform_android
|
||||
description: Android implementation of moxplatform
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
homepage: https://codeberg.org/moxxy/moxplatform
|
||||
publish_to: https://pub.polynom.me
|
||||
|
||||
@ -22,10 +22,10 @@ dependencies:
|
||||
sdk: flutter
|
||||
moxplatform_platform_interface:
|
||||
hosted: https://pub.polynom.me
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
moxplatform:
|
||||
hosted: https://pub.polynom.me
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
|
||||
moxlib:
|
||||
hosted: https://pub.polynom.me
|
||||
@ -34,7 +34,7 @@ dependencies:
|
||||
get_it: 7.2.0
|
||||
uuid: 3.0.5
|
||||
media_scanner: 2.0.0
|
||||
plugin_platform_interface: 2.0.0
|
||||
plugin_platform_interface: 2.1.0
|
||||
meta: 1.7.0
|
||||
|
||||
dev_dependencies:
|
||||
|
@ -9,3 +9,7 @@ Skipped for consistency
|
||||
## 0.1.2
|
||||
|
||||
* Switched to a selfhosted pub repository
|
||||
|
||||
## 0.1.3
|
||||
|
||||
Skipped to keep consistency
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: moxplatform_platform_interface
|
||||
description: A common platform interface for the my_plugin plugin.
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
homepage: https://codeberg.org/moxxy/moxplatform
|
||||
publish_to: https://pub.polynom.me
|
||||
|
||||
@ -14,7 +14,7 @@ dependencies:
|
||||
|
||||
moxplatform:
|
||||
hosted: https://pub.polynom.me
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
|
||||
moxlib:
|
||||
hosted: https://pub.polynom.me
|
||||
|
Reference in New Issue
Block a user