mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Encointerwallet to 1.18.0 (904)
This commit is contained in:
parent
510946a2e1
commit
8436721d39
1 changed files with 21 additions and 2 deletions
|
|
@ -695,8 +695,27 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./scripts/fdroid_build.sh
|
||||
|
||||
- versionName: 1.18.0
|
||||
versionCode: 904
|
||||
commit: ed7831c6109dfd0a338c4966a00f41f61bcced8f
|
||||
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.12.1
|
||||
CurrentVersionCode: 879
|
||||
CurrentVersion: 1.18.0
|
||||
CurrentVersionCode: 904
|
||||
|
|
|
|||
Loading…
Reference in a new issue