release: Bump plugin_platform_interface
This commit is contained in:
parent
4f02468071
commit
90d11e3191
@ -1,6 +1,6 @@
|
||||
name: moxplatform
|
||||
description: Moxxy platform-specific code
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
|
||||
environment:
|
||||
@ -21,10 +21,10 @@ dependencies:
|
||||
|
||||
moxplatform_android:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
moxplatform_platform_interface:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
|
||||
moxlib:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
@ -33,4 +33,4 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
plugin_platform_interface: 2.0.0
|
||||
plugin_platform_interface: 2.1.2
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: moxplatform_android
|
||||
description: Android implementation of moxplatform
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
homepage: https://codeberg.org/moxxy/moxplatform
|
||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
|
||||
@ -22,10 +22,10 @@ dependencies:
|
||||
sdk: flutter
|
||||
moxplatform_platform_interface:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
moxplatform:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
|
||||
moxlib:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
@ -34,7 +34,7 @@ dependencies:
|
||||
get_it: 7.2.0
|
||||
uuid: 3.0.5
|
||||
media_scanner: 2.0.0
|
||||
plugin_platform_interface: 2.1.0
|
||||
plugin_platform_interface: 2.1.2
|
||||
meta: ^1.7.0
|
||||
|
||||
dev_dependencies:
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: moxplatform_generic
|
||||
description: Generic implementations of moxplatform
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
homepage: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
|
||||
environment:
|
||||
@ -14,11 +14,11 @@ dependencies:
|
||||
moxplatform:
|
||||
path: ../moxplatform
|
||||
#hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
#version: 0.1.4
|
||||
#version: 0.1.10
|
||||
moxplatform_platform_interface:
|
||||
path: ../moxplatform_platform_interface
|
||||
#hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
#version: 0.1.4
|
||||
#version: 0.1.10
|
||||
|
||||
moxlib:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: moxplatform_linux
|
||||
description: Linux-specific implementation of moxplatform
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
homepage: https://codeberg.org/moxxy/moxplatform
|
||||
|
||||
environment:
|
||||
@ -14,7 +14,7 @@ dependencies:
|
||||
moxplatform:
|
||||
path: ../moxplatform
|
||||
#hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
#version: 0.1.4
|
||||
#version: 0.1.10
|
||||
moxplatform_generic:
|
||||
path: ../moxplatform_generic
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: moxplatform_platform_interface
|
||||
description: A common platform interface for the my_plugin plugin.
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
homepage: https://codeberg.org/moxxy/moxplatform
|
||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
|
||||
@ -14,12 +14,12 @@ dependencies:
|
||||
|
||||
moxplatform:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
|
||||
moxlib:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.4
|
||||
plugin_platform_interface: 2.1.0
|
||||
plugin_platform_interface: 2.1.2
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
Reference in New Issue
Block a user