mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-20 22:40:44 +00:00
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
Categories:
|
|
- Science & Education
|
|
License: GPL-2.0-only
|
|
AuthorName: Open-pi
|
|
AuthorEmail: OpenPi@protonmail.com
|
|
AuthorWebSite: https://openpi.co/
|
|
SourceCode: https://github.com/Open-pi/spellingwizard
|
|
IssueTracker: https://github.com/Open-pi/spellingwizard/issues
|
|
Changelog: https://github.com/Open-pi/spellingwizard/releases
|
|
|
|
AutoName: Spelling Wizard
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/Open-pi/spellingwizard
|
|
|
|
Builds:
|
|
- versionName: 1.0.5
|
|
versionCode: 10
|
|
commit: v1.0.5
|
|
output: build/app/outputs/apk/release/app-release.apk
|
|
srclibs:
|
|
- flutter@dev
|
|
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
|
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
|
build:
|
|
- export PATH=$$flutter$$/bin/:$PATH
|
|
- flutter packages pub get
|
|
- flutter config --no-analytics
|
|
- flutter build apk
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags ^v.*$
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 1.0.5
|
|
CurrentVersionCode: 10
|