Update NÖ Finderlein to 2.0.15 (2015)

This commit is contained in:
F-Droid checkupdates bot 2022-06-08 03:49:57 +00:00
parent 1a75dd0207
commit 1411ca7a13

View file

@ -132,8 +132,38 @@ Builds:
- $$flutter$$/bin/flutter pub run build_runner build
- $$flutter$$/bin/flutter build apk --release --dart-define=ANDROID_FLOSS=true
- versionName: 2.0.15
versionCode: 2015
commit: 3c36fca02c3ab05051d926c61bbe5a48c48a5b82
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.0.1
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
build:
- echo 'var mapAccessToken = "pk.eyJ1IjoiZGVycXVycHMiLCJhIjoiY2wzY3dqeGhkMDJxeTNja2p1cHZmNWJhYSJ9.dnnM2GDwtxAVog4xvJzTJw";'>
lib/auth/secrets.dart
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
- $$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.14
CurrentVersionCode: 2014
CurrentVersion: 2.0.15
CurrentVersionCode: 2015