mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Encointerwallet to 1.11.6 (877)
This commit is contained in:
parent
e7873ab015
commit
326b2cdcad
1 changed files with 21 additions and 2 deletions
|
|
@ -637,8 +637,27 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./scripts/fdroid_build.sh
|
||||
|
||||
- versionName: 1.11.6
|
||||
versionCode: 877
|
||||
commit: ce0c3f552727047fe7c414cb90726b3b4cdc27d8
|
||||
submodules: true
|
||||
init: ./scripts/fdroid_init.sh
|
||||
output: app/build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
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
|
||||
- ./scripts/fdroid_build.sh
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+-f-droid$
|
||||
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.11.4
|
||||
CurrentVersionCode: 875
|
||||
CurrentVersion: 1.11.6
|
||||
CurrentVersionCode: 877
|
||||
|
|
|
|||
Loading…
Reference in a new issue