mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-09 13:58:36 +00:00
Update Encointerwallet to 1.11.3 (874)
This commit is contained in:
parent
90b357b98c
commit
c718d14985
1 changed files with 21 additions and 2 deletions
|
|
@ -599,8 +599,27 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./scripts/fdroid_build.sh
|
||||
|
||||
- versionName: 1.11.3
|
||||
versionCode: 874
|
||||
commit: 19ecd77775ee30877a9d51c42067f3cddecd0a68
|
||||
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.2
|
||||
CurrentVersionCode: 873
|
||||
CurrentVersion: 1.11.3
|
||||
CurrentVersionCode: 874
|
||||
|
|
|
|||
Loading…
Reference in a new issue