update Congress Fahrplan
This commit is contained in:
parent
bc3aad7880
commit
7ab2cf9c34
|
@ -5,9 +5,6 @@ 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
|
||||
|
||||
|
@ -22,7 +19,18 @@ Builds:
|
|||
variant.outputs.all { outputFileName = "app-release.apk"}}/' android/app/build.gradle
|
||||
build: $$flutter$$/bin/flutter build apk -v --suppress-analytics
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.15
|
||||
versionCode: 15
|
||||
commit: 1.0.15
|
||||
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
|
||||
CurrentVersion: 1.0.15
|
||||
CurrentVersionCode: 15
|
||||
|
|
Loading…
Reference in a new issue