mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update NÖ Finderlein to 2.0.19 (2019)
This commit is contained in:
parent
1fc5b0daf2
commit
a80252c0f9
1 changed files with 33 additions and 2 deletions
|
|
@ -193,8 +193,39 @@ Builds:
|
|||
- $$flutter$$/bin/flutter pub run build_runner build
|
||||
- $$flutter$$/bin/flutter build apk --release --dart-define=ANDROID_FLOSS=true
|
||||
|
||||
- versionName: 2.0.19
|
||||
versionCode: 2019
|
||||
commit: 2c021af04fcc10fd0a53a42946d8ff9489c670a3
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.7.10
|
||||
rm:
|
||||
- .github
|
||||
- .vscode
|
||||
- appimage
|
||||
- flatpak
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- test
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- echo 'var mapAccessToken = "pk.eyJ1IjoiZGVycXVycHMiLCJhIjoiY2wzY3dqeGhkMDJxeTNja2p1cHZmNWJhYSJ9.dnnM2GDwtxAVog4xvJzTJw";'>
|
||||
lib/auth/secrets.dart
|
||||
- $$flutter$$/bin/flutter pub run build_runner build
|
||||
- $$flutter$$/bin/flutter build apk --release --dart-define=ANDROID_FLOSS=true
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v\d+.\d+.\d+
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.0.16
|
||||
CurrentVersionCode: 2016
|
||||
CurrentVersion: 2.0.19
|
||||
CurrentVersionCode: 2019
|
||||
|
|
|
|||
Loading…
Reference in a new issue