mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update NÖ Finderlein to 2.0.20 (2020)
This commit is contained in:
parent
8e2a85be35
commit
c11ef8bc7d
1 changed files with 33 additions and 2 deletions
|
|
@ -224,8 +224,39 @@ Builds:
|
|||
- $$flutter$$/bin/flutter pub run build_runner build
|
||||
- $$flutter$$/bin/flutter build apk --release --dart-define=ANDROID_FLOSS=true
|
||||
|
||||
- versionName: 2.0.20
|
||||
versionCode: 2020
|
||||
commit: 8330d83fe21d89a0f9003032d1378e8409a7666b
|
||||
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.19
|
||||
CurrentVersionCode: 2019
|
||||
CurrentVersion: 2.0.20
|
||||
CurrentVersionCode: 2020
|
||||
|
|
|
|||
Loading…
Reference in a new issue