mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Polaris to 0.10.3 (415293151)
This commit is contained in:
parent
97e86d9a4c
commit
5a2b8439a9
1 changed files with 23 additions and 2 deletions
|
|
@ -248,8 +248,29 @@ Builds:
|
|||
- .flutter/bin/flutter build apk
|
||||
ndk: r21
|
||||
|
||||
- versionName: 0.10.3
|
||||
versionCode: 415293151
|
||||
commit: 75f8fb1e664f036c0a8f98a6eca0594a25ec2ef8
|
||||
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.2
|
||||
CurrentVersionCode: 415293150
|
||||
CurrentVersion: 0.10.3
|
||||
CurrentVersionCode: 415293151
|
||||
|
|
|
|||
Loading…
Reference in a new issue