mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
263 lines
7.7 KiB
YAML
263 lines
7.7 KiB
YAML
Categories:
|
|
- Calendar & Agenda
|
|
- Draw
|
|
- Note
|
|
- Task
|
|
- Time
|
|
License: AGPL-3.0-only
|
|
AuthorName: Linwood
|
|
AuthorEmail: admin@linwood.dev
|
|
SourceCode: https://github.com/LinwoodDev/Flow
|
|
IssueTracker: https://github.com/LinwoodDev/Flow/issues
|
|
Translation: https://linwood.crowdin.com/flow
|
|
Changelog: https://github.com/LinwoodDev/Flow/blob/develop/CHANGELOG.md
|
|
|
|
AutoName: Flow
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/LinwoodDev/Flow.git
|
|
|
|
Builds:
|
|
- versionName: 0.2.0
|
|
versionCode: 5
|
|
commit: 80f5e606411c8ffefac062fad6b7873eca2053ca
|
|
subdir: app
|
|
output: build/app/outputs/flutter-apk/app-nightly-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
rm:
|
|
- app/ios
|
|
- app/linux
|
|
- app/macos
|
|
- app/web
|
|
- app/windows
|
|
prebuild:
|
|
- export version=$(cat ../FLUTTER_VERSION)
|
|
- pushd $$flutter$$
|
|
- git checkout -f $version
|
|
- popd
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
scandelete:
|
|
- app/.pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --flavor nightly
|
|
|
|
- versionName: 0.2.1
|
|
versionCode: 6
|
|
commit: cffb55994dc9b51ea5bca9a727c8d927049b4466
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-java-alternatives -a
|
|
output: build/app/outputs/flutter-apk/app-nightly-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
rm:
|
|
- app/ios
|
|
- app/linux
|
|
- app/macos
|
|
- app/web
|
|
- app/windows
|
|
prebuild:
|
|
- export version=$(cat ../FLUTTER_VERSION)
|
|
- pushd $$flutter$$
|
|
- git checkout -f $version
|
|
- popd
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
scandelete:
|
|
- app/.pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --flavor nightly
|
|
|
|
- versionName: 0.3.0
|
|
versionCode: 7
|
|
commit: 696f2d440395b708a276a1ddcb039dc819e22a17
|
|
subdir: app
|
|
output: build/app/outputs/flutter-apk/app-nightly-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
rm:
|
|
- app/ios
|
|
- app/linux
|
|
- app/macos
|
|
- app/web
|
|
- app/windows
|
|
prebuild:
|
|
- export version=$(cat ../FLUTTER_VERSION)
|
|
- pushd $$flutter$$
|
|
- git checkout -f $version
|
|
- popd
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
scandelete:
|
|
- app/.pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --flavor nightly
|
|
|
|
- versionName: 0.3.1
|
|
versionCode: 8
|
|
commit: 47b68b53fb5d01f2d26321afa13ca95b11296446
|
|
subdir: app
|
|
output: build/app/outputs/flutter-apk/app-nightly-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
rm:
|
|
- app/ios
|
|
- app/linux
|
|
- app/macos
|
|
- app/web
|
|
- app/windows
|
|
prebuild:
|
|
- export version=$(grep "^ flutter:" pubspec.yaml | cut -d ":" -f2|head -n1)
|
|
- '[[ $version ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $version
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
scandelete:
|
|
- app/.pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --flavor nightly
|
|
|
|
- versionName: 0.4.0
|
|
versionCode: 9
|
|
commit: 0b458f79cd40ebc7ae983a877fed1206514659d4
|
|
subdir: app
|
|
output: build/app/outputs/flutter-apk/app-nightly-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
rm:
|
|
- app/ios
|
|
- app/linux
|
|
- app/macos
|
|
- app/web
|
|
- app/windows
|
|
prebuild:
|
|
- export version=$(grep "^ flutter:" pubspec.yaml | cut -d ":" -f2|head -n1)
|
|
- '[[ $version ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $version
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
scandelete:
|
|
- app/.pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --flavor nightly
|
|
|
|
- versionName: 0.4.1
|
|
versionCode: 10
|
|
commit: 10eca122deb429352980275a56b7dc031bfb1c03
|
|
subdir: app
|
|
output: build/app/outputs/flutter-apk/app-nightly-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
rm:
|
|
- app/ios
|
|
- app/linux
|
|
- app/macos
|
|
- app/web
|
|
- app/windows
|
|
prebuild:
|
|
- export version=$(grep "^ flutter:" pubspec.yaml | cut -d ":" -f2|head -n1)
|
|
- '[[ $version ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $version
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
scandelete:
|
|
- app/.pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --flavor nightly
|
|
|
|
- versionName: 0.4.2
|
|
versionCode: 11
|
|
commit: a4083bfd04787a8d1d41efdf3bd85c4d46f13380
|
|
subdir: app
|
|
output: build/app/outputs/flutter-apk/app-nightly-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
rm:
|
|
- app/ios
|
|
- app/linux
|
|
- app/macos
|
|
- app/web
|
|
- app/windows
|
|
prebuild:
|
|
- export version=$(grep "^ flutter:" pubspec.yaml | cut -d ":" -f2|head -n1)
|
|
- '[[ $version ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $version
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
scandelete:
|
|
- app/.pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --flavor nightly
|
|
|
|
- versionName: 0.5.0
|
|
versionCode: 12
|
|
commit: 7cc33db40cc77f2e32f2fbe9817fc8dc654246fa
|
|
subdir: app
|
|
output: build/app/outputs/flutter-apk/app-nightly-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
rm:
|
|
- app/ios
|
|
- app/linux
|
|
- app/macos
|
|
- app/web
|
|
- app/windows
|
|
prebuild:
|
|
- export version=$(grep "^ flutter:" pubspec.yaml | cut -d ":" -f2|head -n1)
|
|
- '[[ $version ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $version
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter pub get
|
|
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{{package_info,share,connectivity,package_info}_plus,{path_provider,file_selector,shared_preferences,url_launcher}_android}-*/android/build.gradle
|
|
- sed -i -e 's/8.12.2/8.11.1/' android/settings.gradle.kts
|
|
scandelete:
|
|
- app/.pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --flavor nightly
|
|
|
|
- versionName: 0.5.1
|
|
versionCode: 13
|
|
commit: 8f5d54d4b25184d60551b86f31e489a7b852189e
|
|
subdir: app
|
|
output: build/app/outputs/flutter-apk/app-nightly-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
rm:
|
|
- app/ios
|
|
- app/linux
|
|
- app/macos
|
|
- app/web
|
|
- app/windows
|
|
prebuild:
|
|
- export version=$(grep "^ flutter:" pubspec.yaml | cut -d ":" -f2|head -n1)
|
|
- '[[ $version ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $version
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter pub get
|
|
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{{package_info,share,connectivity,package_info}_plus,{path_provider,file_selector,shared_preferences,url_launcher}_android}-*/android/build.gradle
|
|
- sed -i -e 's/8.12.2/8.11.1/' android/settings.gradle.kts
|
|
scandelete:
|
|
- app/.pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --flavor nightly
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags ^v.+$
|
|
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 0.5.1
|
|
CurrentVersionCode: 13
|