From 69eacd624629bf221c8753acf46880d773dc1e38 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 30 Apr 2022 16:15:06 +0200 Subject: [PATCH] fix: Update plugin_platform_interface to 2.1.0 for Android --- src/moxplatform/CHANGELOG.md | 4 ++++ src/moxplatform/pubspec.yaml | 6 +++--- src/moxplatform_android/CHANGELOG.md | 4 ++++ src/moxplatform_android/pubspec.yaml | 8 ++++---- src/moxplatform_platform_interface/CHANGELOG.md | 4 ++++ src/moxplatform_platform_interface/pubspec.yaml | 4 ++-- 6 files changed, 21 insertions(+), 9 deletions(-) diff --git a/src/moxplatform/CHANGELOG.md b/src/moxplatform/CHANGELOG.md index f96e7bb..568ea84 100644 --- a/src/moxplatform/CHANGELOG.md +++ b/src/moxplatform/CHANGELOG.md @@ -9,3 +9,7 @@ ## 0.1.2 * Expose [IsolateHandler] and [MediaScannerImplementation] from moxplatform_platform_interface + +## 0.1.3 + +Skipped to keep consistency diff --git a/src/moxplatform/pubspec.yaml b/src/moxplatform/pubspec.yaml index 3688822..46c6a51 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.2 +version: 0.1.3 publish_to: https://pub.polynom.me environment: @@ -19,10 +19,10 @@ dependencies: moxplatform_android: hosted: https://pub.polynom.me - version: 0.1.2 + version: 0.1.3 moxplatform_platform_interface: hosted: https://pub.polynom.me - version: 0.1.2 + version: 0.1.3 moxlib: hosted: https://pub.polynom.me diff --git a/src/moxplatform_android/CHANGELOG.md b/src/moxplatform_android/CHANGELOG.md index 4a6938d..64e04eb 100644 --- a/src/moxplatform_android/CHANGELOG.md +++ b/src/moxplatform_android/CHANGELOG.md @@ -9,3 +9,7 @@ Skipped for consistency ## 0.1.2 * Switch to selfhosted pub repository + +## 0.1.3 + +* Update plugin_platform_interface to 2.1.0 diff --git a/src/moxplatform_android/pubspec.yaml b/src/moxplatform_android/pubspec.yaml index bdf3f1c..aee2b2e 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.2 +version: 0.1.3 homepage: https://codeberg.org/moxxy/moxplatform publish_to: https://pub.polynom.me @@ -22,10 +22,10 @@ dependencies: sdk: flutter moxplatform_platform_interface: hosted: https://pub.polynom.me - version: 0.1.2 + version: 0.1.3 moxplatform: hosted: https://pub.polynom.me - version: 0.1.2 + version: 0.1.3 moxlib: hosted: https://pub.polynom.me @@ -34,7 +34,7 @@ dependencies: get_it: 7.2.0 uuid: 3.0.5 media_scanner: 2.0.0 - plugin_platform_interface: 2.0.0 + plugin_platform_interface: 2.1.0 meta: 1.7.0 dev_dependencies: diff --git a/src/moxplatform_platform_interface/CHANGELOG.md b/src/moxplatform_platform_interface/CHANGELOG.md index 0258782..55e8204 100644 --- a/src/moxplatform_platform_interface/CHANGELOG.md +++ b/src/moxplatform_platform_interface/CHANGELOG.md @@ -9,3 +9,7 @@ Skipped for consistency ## 0.1.2 * Switched to a selfhosted pub repository + +## 0.1.3 + +Skipped to keep consistency diff --git a/src/moxplatform_platform_interface/pubspec.yaml b/src/moxplatform_platform_interface/pubspec.yaml index 64a0628..5148191 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.2 +version: 0.1.3 homepage: https://codeberg.org/moxxy/moxplatform publish_to: https://pub.polynom.me @@ -14,7 +14,7 @@ dependencies: moxplatform: hosted: https://pub.polynom.me - version: 0.1.2 + version: 0.1.3 moxlib: hosted: https://pub.polynom.me