Bump moxlib

This commit is contained in:
PapaTutuWawa 2022-05-13 13:51:58 +02:00
parent fbad30e3d6
commit 86e7e71935
3 changed files with 27 additions and 16 deletions

View File

@ -1,6 +1,6 @@
name: moxplatform
description: Moxxy platform-specific code
version: 0.1.4
version: 0.1.5
publish_to: https://pub.polynom.me
environment:
@ -12,21 +12,29 @@ flutter:
platforms:
android:
default_package: moxplatform_android
linux:
default_package: moxplatform_linux
dependencies:
flutter:
sdk: flutter
moxplatform_android:
hosted: https://pub.polynom.me
version: 0.1.4
#hosted: https://pub.polynom.me
#version: 0.1.4
path: ../moxplatform_android
moxplatform_linux:
#hosted: https://pub.polynom.me
#version: 0.1.4
path: ../moxplatform_linux
moxplatform_platform_interface:
hosted: https://pub.polynom.me
version: 0.1.4
path: ../moxplatform_platform_interface
#hosted: https://pub.polynom.me
#version: 0.1.4
moxlib:
hosted: https://pub.polynom.me
version: 0.1.1
version: 0.1.3
dev_dependencies:
flutter_test:

View File

@ -1,6 +1,6 @@
name: moxplatform_android
description: Android implementation of moxplatform
version: 0.1.4
version: 0.1.5
homepage: https://codeberg.org/moxxy/moxplatform
publish_to: https://pub.polynom.me
@ -21,15 +21,17 @@ dependencies:
flutter:
sdk: flutter
moxplatform_platform_interface:
hosted: https://pub.polynom.me
version: 0.1.4
#hosted: https://pub.polynom.me
#version: 0.1.4
path: ../moxplatform_platform_interface
moxplatform:
hosted: https://pub.polynom.me
version: 0.1.4
path: ../moxplatform
#hosted: https://pub.polynom.me
#version: 0.1.4
moxlib:
hosted: https://pub.polynom.me
version: 0.1.1
version: 0.1.3
logging: 1.0.2
get_it: 7.2.0
uuid: 3.0.5

View File

@ -1,6 +1,6 @@
name: moxplatform_platform_interface
description: A common platform interface for the my_plugin plugin.
version: 0.1.4
version: 0.1.5
homepage: https://codeberg.org/moxxy/moxplatform
publish_to: https://pub.polynom.me
@ -13,12 +13,13 @@ dependencies:
sdk: flutter
moxplatform:
hosted: https://pub.polynom.me
version: 0.1.4
path: ../moxplatform
#hosted: https://pub.polynom.me
#version: 0.1.4
moxlib:
hosted: https://pub.polynom.me
version: 0.1.1
version: 0.1.3
plugin_platform_interface: 2.1.0
dev_dependencies: