mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
Update Polaris to 0.9.6 (415293133)
This commit is contained in:
parent
6409a1eaa5
commit
91a05aa968
1 changed files with 23 additions and 2 deletions
|
|
@ -122,8 +122,29 @@ Builds:
|
|||
- .flutter/bin/flutter build apk
|
||||
ndk: r21
|
||||
|
||||
- versionName: 0.9.6
|
||||
versionCode: 415293133
|
||||
commit: 528f740da6244a5489354f34db75862f07fa435d
|
||||
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.5
|
||||
CurrentVersionCode: 415293132
|
||||
CurrentVersion: 0.9.6
|
||||
CurrentVersionCode: 415293133
|
||||
|
|
|
|||
Loading…
Reference in a new issue