Skydroid emerge.
This commit is contained in:
parent
f2337178ac
commit
682c6181c5
|
@ -39,5 +39,6 @@ jobs:
|
|||
name: release-file
|
||||
path: |
|
||||
build/app/outputs/**/release/*
|
||||
build/app/outputs/flutter-apk/app-play-release.apk
|
||||
build/app/outputs/bundle/playRelease/*
|
||||
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
name: Tsacdop
|
||||
authorName: stonegate
|
||||
packageName: com.stonegate.tsacdop
|
||||
|
||||
icon: https://raw.githubusercontent.com/stonega/tsacdop/master/assets/logo.png
|
||||
|
||||
localized:
|
||||
en-US:
|
||||
description: |-
|
||||
Tsacdop is a podcast player developed with Flutter, a clean, simply beautiful and friendly app, which is also free and open source.
|
||||
summary: Enjoy podcasts with Tscadop
|
||||
|
||||
builds:
|
||||
|
||||
currentVersionName: 0.5.9
|
||||
currentVersionCode: 47
|
||||
|
||||
added: 1613359281221
|
||||
lastUpdated: 1613359281221
|
|
@ -0,0 +1,16 @@
|
|||
name: tsacdop.stonegate
|
||||
metadataFile: skydroid-app.yaml
|
||||
skynetPortal: https://siasky.net
|
||||
|
||||
checkVersion:
|
||||
file: pubspec.yaml
|
||||
versionCode: 'version:\s.+\+(\d+)'
|
||||
versionName: 'version:\s(.+)\+'
|
||||
|
||||
uploadBuild:
|
||||
file: build/app/outputs/flutter-apk/app-release.apk
|
||||
|
||||
updateMetadataFile:
|
||||
updateWhatsNew: false
|
||||
|
||||
# uploadMetadata:
|
Loading…
Reference in New Issue