mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
34 lines
970 B
YAML
34 lines
970 B
YAML
Categories:
|
|
- Science & Education
|
|
License: GPL-3.0-only
|
|
AuthorName: Frédéric Julian
|
|
SourceCode: https://github.com/FredJul/Warmd
|
|
IssueTracker: https://github.com/FredJul/Warmd/issues
|
|
Translation: https://frju.crowdin.com/warmd
|
|
Donate: https://www.buymeacoffee.com/frju
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/FredJul/Warmd
|
|
|
|
Builds:
|
|
- versionName: 1.4.1
|
|
versionCode: 29
|
|
commit: v1.4.1
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@1.26.0-17.5.pre
|
|
rm:
|
|
- ios
|
|
- .vscode
|
|
- raw_graphics
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- sed -i 's/.*in_app_review.*//' pubspec.yaml
|
|
- git apply ./fdroid.patch
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: HTTP
|
|
UpdateCheckData: https://raw.githubusercontent.com/FredJul/Warmd/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 1.4.1
|
|
CurrentVersionCode: 29
|