mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 20:17:42 +00:00
34 lines
997 B
Text
34 lines
997 B
Text
# PLEASE REMOVE ALL COMMENTS BEFORE SUBMITTING TO F-DROID DATA!
|
|
|
|
# Starting from the following template and grep for "flutter" in the metadata
|
|
# directory to see other examples.
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v1.0
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
# Choose one of the Tags of the Flutter source:
|
|
# https://github.com/flutter/flutter/tags.
|
|
# Sometimes the Flutter version is already specified by
|
|
# upstream in pubspec.yaml, environment.flutter.
|
|
srclibs:
|
|
- flutter@2.8.0
|
|
# Deletes unrelated directories,
|
|
# remove those not needed from the list.
|
|
rm:
|
|
- ios
|
|
- linux
|
|
- macos
|
|
- web
|
|
- windows
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk --release --verbose
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|
|
|