meta: Publish to gitea
This commit is contained in:
parent
8b090246e7
commit
3755ce3a4a
@ -1,7 +1,7 @@
|
||||
name: moxplatform
|
||||
description: Moxxy platform-specific code
|
||||
version: 0.1.6
|
||||
publish_to: https://pub.polynom.me
|
||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
|
||||
environment:
|
||||
sdk: ">=2.16.0 <3.0.0"
|
||||
@ -20,16 +20,14 @@ dependencies:
|
||||
sdk: flutter
|
||||
|
||||
moxplatform_android:
|
||||
hosted: https://pub.polynom.me
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.6
|
||||
#path: ../moxplatform_android
|
||||
moxplatform_platform_interface:
|
||||
#path: ../moxplatform_platform_interface
|
||||
hosted: https://pub.polynom.me
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.6
|
||||
|
||||
moxlib:
|
||||
hosted: https://pub.polynom.me
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.3
|
||||
|
||||
dev_dependencies:
|
||||
|
@ -2,7 +2,7 @@ name: moxplatform_android
|
||||
description: Android implementation of moxplatform
|
||||
version: 0.1.6
|
||||
homepage: https://codeberg.org/moxxy/moxplatform
|
||||
publish_to: https://pub.polynom.me
|
||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
|
||||
environment:
|
||||
sdk: ">=2.16.0 <3.0.0"
|
||||
@ -21,16 +21,14 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
moxplatform_platform_interface:
|
||||
hosted: https://pub.polynom.me
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.6
|
||||
#path: ../moxplatform_platform_interface
|
||||
moxplatform:
|
||||
#path: ../moxplatform
|
||||
hosted: https://pub.polynom.me
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.6
|
||||
|
||||
moxlib:
|
||||
hosted: https://pub.polynom.me
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.3
|
||||
logging: 1.0.2
|
||||
get_it: 7.2.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: moxplatform_generic
|
||||
description: Generic implementations of moxplatform
|
||||
version: 0.1.5
|
||||
homepage: https://codeberg.org/moxxy/moxplatform
|
||||
homepage: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.0-266.1.beta <3.0.0"
|
||||
@ -13,15 +13,15 @@ dependencies:
|
||||
|
||||
moxplatform:
|
||||
path: ../moxplatform
|
||||
#hosted: https://pub.polynom.me
|
||||
#hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
#version: 0.1.4
|
||||
moxplatform_platform_interface:
|
||||
path: ../moxplatform_platform_interface
|
||||
#hosted: https://pub.polynom.me
|
||||
#hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
#version: 0.1.4
|
||||
|
||||
moxlib:
|
||||
hosted: https://pub.polynom.me
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.3
|
||||
|
||||
logging: 1.0.2
|
||||
|
@ -13,7 +13,7 @@ dependencies:
|
||||
|
||||
moxplatform:
|
||||
path: ../moxplatform
|
||||
#hosted: https://pub.polynom.me
|
||||
#hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
#version: 0.1.4
|
||||
moxplatform_generic:
|
||||
path: ../moxplatform_generic
|
||||
|
@ -2,7 +2,7 @@ name: moxplatform_platform_interface
|
||||
description: A common platform interface for the my_plugin plugin.
|
||||
version: 0.1.6
|
||||
homepage: https://codeberg.org/moxxy/moxplatform
|
||||
publish_to: https://pub.polynom.me
|
||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
|
||||
environment:
|
||||
sdk: ">=2.16.0 <3.0.0"
|
||||
@ -13,12 +13,11 @@ dependencies:
|
||||
sdk: flutter
|
||||
|
||||
moxplatform:
|
||||
#path: ../moxplatform
|
||||
hosted: https://pub.polynom.me
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.6
|
||||
|
||||
moxlib:
|
||||
hosted: https://pub.polynom.me
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.3
|
||||
plugin_platform_interface: 2.1.0
|
||||
|
||||
|
Reference in New Issue
Block a user