mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Jasstafel to 4.1.0 (61)
This commit is contained in:
parent
b83fb294e1
commit
0ecb548ef0
1 changed files with 30 additions and 2 deletions
|
|
@ -67,8 +67,36 @@ Builds:
|
||||||
- flutter/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
|
- flutter/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||||
- flutter/bin/flutter build apk --release
|
- flutter/bin/flutter build apk --release
|
||||||
|
|
||||||
|
- versionName: 4.1.0
|
||||||
|
versionCode: 61
|
||||||
|
commit: fac36cfe7cce575bcce89fa0b83ab786fb08bace
|
||||||
|
submodules: true
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- web
|
||||||
|
- windows
|
||||||
|
prebuild:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- flutter/bin/flutter config --no-analytics
|
||||||
|
- flutter/bin/flutter pub get
|
||||||
|
- sed -i -e '/ios/s/true/false/' pubspec.yaml
|
||||||
|
scanignore:
|
||||||
|
- flutter/bin/cache
|
||||||
|
scandelete:
|
||||||
|
- flutter
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- flutter/bin/flutter pub run flutter_launcher_icons
|
||||||
|
- flutter/bin/flutter gen-l10n
|
||||||
|
- flutter/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||||
|
- flutter/bin/flutter build apk --release
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.*\+(\d+)|.|version:\s(.*)\+
|
UpdateCheckData: pubspec.yaml|version:\s.*\+(\d+)|.|version:\s(.*)\+
|
||||||
CurrentVersion: 4.0.3
|
CurrentVersion: 4.1.0
|
||||||
CurrentVersionCode: 60
|
CurrentVersionCode: 61
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue