mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Polaris to 0.10.2 (415293145)
This commit is contained in:
parent
573b69ac14
commit
a8d6120cc8
1 changed files with 23 additions and 2 deletions
|
|
@ -206,8 +206,29 @@ Builds:
|
|||
- .flutter/bin/flutter build apk
|
||||
ndk: r21
|
||||
|
||||
- versionName: 0.10.2
|
||||
versionCode: 415293145
|
||||
commit: 0f470c1c1cab1b658e44aed70fa9b10f552710e2
|
||||
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: 415293142
|
||||
CurrentVersion: 0.10.2
|
||||
CurrentVersionCode: 415293145
|
||||
|
|
|
|||
Loading…
Reference in a new issue