mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 13:48:58 +00:00
Update NÖ Finderlein to 2.0.16 (2016)
This commit is contained in:
parent
4c29b29029
commit
a111e2970b
1 changed files with 28 additions and 2 deletions
|
|
@ -162,8 +162,34 @@ Builds:
|
|||
- $$flutter$$/bin/flutter pub run build_runner build
|
||||
- $$flutter$$/bin/flutter build apk --release --dart-define=ANDROID_FLOSS=true
|
||||
|
||||
- versionName: 2.0.16
|
||||
versionCode: 2016
|
||||
commit: 8ee6214517abc6ab7de78d91bb79879d4ef7bc70
|
||||
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.15
|
||||
CurrentVersionCode: 2015
|
||||
CurrentVersion: 2.0.16
|
||||
CurrentVersionCode: 2016
|
||||
|
|
|
|||
Loading…
Reference in a new issue