mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update org.encointer.wallet.yml to use release branch in order to reduce futile builds
This commit is contained in:
parent
947a62ab6a
commit
05423fd913
1 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ Builds:
|
|||
- popd
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@1.20.1
|
||||
- flutter@1.22.2
|
||||
rm:
|
||||
- node-v12.18.2-linux-x64
|
||||
- yarn-v1.22.4
|
||||
|
|
@ -77,6 +77,6 @@ Builds:
|
|||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/encointer/encointer-wallet-flutter/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
UpdateCheckData: https://raw.githubusercontent.com/encointer/encointer-wallet-flutter/beta/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.8.4
|
||||
CurrentVersionCode: 804
|
||||
|
|
|
|||
Loading…
Reference in a new issue