From 0a7f5ded2ecbc72c07b5ef092a87ec54451f461a Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Fri, 13 May 2022 13:58:28 +0200 Subject: [PATCH] fix: Remove moxplatform_linux --- src/moxplatform/pubspec.yaml | 4 ---- src/moxplatform_android/pubspec.yaml | 6 +++--- src/moxplatform_platform_interface/pubspec.yaml | 4 ++-- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/moxplatform/pubspec.yaml b/src/moxplatform/pubspec.yaml index c3109ed..1a0d5b0 100644 --- a/src/moxplatform/pubspec.yaml +++ b/src/moxplatform/pubspec.yaml @@ -23,10 +23,6 @@ dependencies: hosted: https://pub.polynom.me version: 0.1.5 #path: ../moxplatform_android - 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 diff --git a/src/moxplatform_android/pubspec.yaml b/src/moxplatform_android/pubspec.yaml index 101a3af..593f0b8 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.5 +version: 0.1.6 homepage: https://codeberg.org/moxxy/moxplatform publish_to: https://pub.polynom.me @@ -22,12 +22,12 @@ dependencies: sdk: flutter moxplatform_platform_interface: hosted: https://pub.polynom.me - version: 0.1.5 + version: 0.1.6 #path: ../moxplatform_platform_interface moxplatform: #path: ../moxplatform hosted: https://pub.polynom.me - version: 0.1.5 + version: 0.1.6 moxlib: hosted: https://pub.polynom.me diff --git a/src/moxplatform_platform_interface/pubspec.yaml b/src/moxplatform_platform_interface/pubspec.yaml index 54771b1..c6c120c 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.5 +version: 0.1.6 homepage: https://codeberg.org/moxxy/moxplatform publish_to: https://pub.polynom.me @@ -15,7 +15,7 @@ dependencies: moxplatform: #path: ../moxplatform hosted: https://pub.polynom.me - version: 0.1.5 + version: 0.1.6 moxlib: hosted: https://pub.polynom.me