29 lines
873 B
YAML
29 lines
873 B
YAML
Categories:
|
|
- Time
|
|
License: GPL-2.0-only
|
|
AuthorName: Benjamin Schilling
|
|
SourceCode: https://github.com/benjaminSchilling33/congress_fahrplan
|
|
IssueTracker: https://github.com/benjaminSchilling33/congress_fahrplan/issues
|
|
|
|
Summary: A Congress Fahrplan App
|
|
Description: A Congress Fahrplan App written in Flutter.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/benjaminSchilling33/congress_fahrplan
|
|
|
|
Builds:
|
|
- versionName: 1.0.0
|
|
versionCode: 13
|
|
commit: 1.0.14
|
|
output: build/app/outputs/apk/app.apk
|
|
srclibs:
|
|
- flutter@beta
|
|
prebuild: sed -i -e 's/android {/android { applicationVariants.all { variant ->
|
|
variant.outputs.all { outputFileName = "app-release.apk"}}/' android/app/build.gradle
|
|
build: $$flutter$$/bin/flutter build apk -v --suppress-analytics
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 1.0.0
|
|
CurrentVersionCode: 13
|