diff --git a/src/moxplatform/pubspec.yaml b/src/moxplatform/pubspec.yaml index b1d5f0d..98cd3ce 100644 --- a/src/moxplatform/pubspec.yaml +++ b/src/moxplatform/pubspec.yaml @@ -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: diff --git a/src/moxplatform_android/pubspec.yaml b/src/moxplatform_android/pubspec.yaml index 8e963b4..d0828da 100644 --- a/src/moxplatform_android/pubspec.yaml +++ b/src/moxplatform_android/pubspec.yaml @@ -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 diff --git a/src/moxplatform_platform_interface/pubspec.yaml b/src/moxplatform_platform_interface/pubspec.yaml index b63dbe4..54185ad 100644 --- a/src/moxplatform_platform_interface/pubspec.yaml +++ b/src/moxplatform_platform_interface/pubspec.yaml @@ -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: