Update NÖ Finderlein to 2.0.10 (2010)

This commit is contained in:
F-Droid checkupdates bot 2022-05-24 03:58:00 +00:00
parent 4dd1e24d31
commit a423205766

View file

@ -74,8 +74,36 @@ Builds:
- $$flutter$$/bin/flutter pub run build_runner build
- $$flutter$$/bin/flutter build apk --release --dart-define=ANDROID_FLOSS=true
- versionName: 2.0.10
versionCode: 2010
commit: 16600ed37a3c99255a19abb0f493f7155ec5cd4b
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@2.13.0-0.4.pre
rm:
- .github
- .vscode
- 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.7
CurrentVersionCode: 207
CurrentVersion: 2.0.10
CurrentVersionCode: 2010