mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Encointerwallet to 1.12.0 (878)
This commit is contained in:
parent
61d2a6b0f1
commit
6a7f2966ac
1 changed files with 21 additions and 2 deletions
|
|
@ -656,8 +656,27 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./scripts/fdroid_build.sh
|
||||
|
||||
- versionName: 1.12.0
|
||||
versionCode: 878
|
||||
commit: 7f5b280bcd1347ae114a251f7835ad878c60782f
|
||||
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.6
|
||||
CurrentVersionCode: 877
|
||||
CurrentVersion: 1.12.0
|
||||
CurrentVersionCode: 878
|
||||
|
|
|
|||
Loading…
Reference in a new issue