Update Polaris to 0.10.1 (415293142)

This commit is contained in:
F-Droid checkupdates bot 2025-02-07 03:47:11 +00:00 committed by Licaon_Kter
parent 6a242b9c51
commit 9314bd6d9b

View file

@ -206,8 +206,29 @@ Builds:
- .flutter/bin/flutter build apk
ndk: r21
- versionName: 0.10.1
versionCode: 415293142
commit: f5f047cfeccb12c35f5f94c9f3ad756ff23f6941
submodules: true
output: build/app/outputs/flutter-apk/app-release.apk
rm:
- ios
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter config --no-analytics
- .flutter/bin/flutter pub get
scanignore:
- .flutter/bin/cache
scandelete:
- .flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter build apk
ndk: r21
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.*\+(\d+)|.|version:\s(.*)\+
CurrentVersion: 0.10.1
CurrentVersionCode: 415293140
CurrentVersionCode: 415293142