From 6b1b1ea27a1bcef5901d15375b730f9d5c7f6539 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Fri, 13 May 2022 13:55:20 +0200 Subject: [PATCH] fix: pubspec dependencies --- src/moxplatform/pubspec.yaml | 18 +++++++++--------- src/moxplatform_android/pubspec.yaml | 12 ++++++------ .../pubspec.yaml | 6 +++--- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/moxplatform/pubspec.yaml b/src/moxplatform/pubspec.yaml index 98cd3ce..c3109ed 100644 --- a/src/moxplatform/pubspec.yaml +++ b/src/moxplatform/pubspec.yaml @@ -20,17 +20,17 @@ dependencies: sdk: flutter moxplatform_android: - #hosted: https://pub.polynom.me - #version: 0.1.4 - path: ../moxplatform_android + hosted: https://pub.polynom.me + version: 0.1.5 + #path: ../moxplatform_android moxplatform_linux: - #hosted: https://pub.polynom.me - #version: 0.1.4 - path: ../moxplatform_linux + hosted: https://pub.polynom.me + version: 0.1.5 + #path: ../moxplatform_linux moxplatform_platform_interface: - path: ../moxplatform_platform_interface - #hosted: https://pub.polynom.me - #version: 0.1.4 + #path: ../moxplatform_platform_interface + hosted: https://pub.polynom.me + version: 0.1.5 moxlib: hosted: https://pub.polynom.me diff --git a/src/moxplatform_android/pubspec.yaml b/src/moxplatform_android/pubspec.yaml index d0828da..101a3af 100644 --- a/src/moxplatform_android/pubspec.yaml +++ b/src/moxplatform_android/pubspec.yaml @@ -21,13 +21,13 @@ dependencies: flutter: sdk: flutter moxplatform_platform_interface: - #hosted: https://pub.polynom.me - #version: 0.1.4 - path: ../moxplatform_platform_interface + hosted: https://pub.polynom.me + version: 0.1.5 + #path: ../moxplatform_platform_interface moxplatform: - path: ../moxplatform - #hosted: https://pub.polynom.me - #version: 0.1.4 + #path: ../moxplatform + hosted: https://pub.polynom.me + version: 0.1.5 moxlib: hosted: https://pub.polynom.me diff --git a/src/moxplatform_platform_interface/pubspec.yaml b/src/moxplatform_platform_interface/pubspec.yaml index 54185ad..54771b1 100644 --- a/src/moxplatform_platform_interface/pubspec.yaml +++ b/src/moxplatform_platform_interface/pubspec.yaml @@ -13,9 +13,9 @@ dependencies: sdk: flutter moxplatform: - path: ../moxplatform - #hosted: https://pub.polynom.me - #version: 0.1.4 + #path: ../moxplatform + hosted: https://pub.polynom.me + version: 0.1.5 moxlib: hosted: https://pub.polynom.me