mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Polaris to 0.10.0 (415293137)
This commit is contained in:
parent
f9873c60ca
commit
8269babcc7
1 changed files with 23 additions and 2 deletions
|
|
@ -143,8 +143,29 @@ Builds:
|
|||
- .flutter/bin/flutter build apk
|
||||
ndk: r21
|
||||
|
||||
- versionName: 0.10.0
|
||||
versionCode: 415293137
|
||||
commit: d0d5fd808cdaeb7ee6a812eb8f652d2ad4df9c50
|
||||
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.9.6
|
||||
CurrentVersionCode: 415293134
|
||||
CurrentVersion: 0.10.0
|
||||
CurrentVersionCode: 415293137
|
||||
|
|
|
|||
Loading…
Reference in a new issue