mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Polaris to 0.10.2 (415293147)
This commit is contained in:
parent
e29d57b339
commit
ee41497f61
1 changed files with 22 additions and 1 deletions
|
|
@ -227,8 +227,29 @@ Builds:
|
|||
- .flutter/bin/flutter build apk
|
||||
ndk: r21
|
||||
|
||||
- versionName: 0.10.2
|
||||
versionCode: 415293147
|
||||
commit: 9a6d403c8ff6a92136d2c6ede96d15ba404e389e
|
||||
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: 415293145
|
||||
CurrentVersionCode: 415293147
|
||||
|
|
|
|||
Loading…
Reference in a new issue