mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Encointerwallet to 1.11.1 (872)
This commit is contained in:
parent
8852bbf3c3
commit
8d42083992
1 changed files with 21 additions and 2 deletions
|
|
@ -561,8 +561,27 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./scripts/fdroid_build.sh
|
||||
|
||||
- versionName: 1.11.1
|
||||
versionCode: 872
|
||||
commit: d6d5738beb38f17779b653cecc190dbf9550b16a
|
||||
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.0
|
||||
CurrentVersionCode: 871
|
||||
CurrentVersion: 1.11.1
|
||||
CurrentVersionCode: 872
|
||||
|
|
|
|||
Loading…
Reference in a new issue