mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
org.encointer.wallet: flutter version bump to 1.18 and app release bump to 0.8.1
This commit is contained in:
parent
a8f1ad2c97
commit
52e00d6edf
1 changed files with 7 additions and 7 deletions
|
|
@ -15,9 +15,9 @@ RepoType: git
|
|||
Repo: https://github.com/encointer/encointer-wallet-flutter
|
||||
|
||||
Builds:
|
||||
- versionName: 0.7.6
|
||||
versionCode: 763
|
||||
commit: v0.7.6
|
||||
- versionName: 0.8.2
|
||||
versionCode: 802
|
||||
commit: v0.8.2
|
||||
init:
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.18.2/node-v12.18.2-linux-x64.tar.xz
|
||||
- echo "b8dc634798ee783482c2ae1755bd7dff09d83fa7bb037cdc370b601d0a5e5cbb node.tar.xz"
|
||||
|
|
@ -36,9 +36,9 @@ Builds:
|
|||
- yarn install
|
||||
- yarn run build
|
||||
- popd
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- flutter@1.20.1
|
||||
rm:
|
||||
- node-v12.18.2-linux-x64
|
||||
- yarn-v1.22.4
|
||||
|
|
@ -53,5 +53,5 @@ Builds:
|
|||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: None
|
||||
UpdateCheckData: https://raw.githubusercontent.com/encointer/encointer-wallet-flutter/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.7.6
|
||||
CurrentVersionCode: 763
|
||||
CurrentVersion: 0.8.2
|
||||
CurrentVersionCode: 802
|
||||
|
|
|
|||
Loading…
Reference in a new issue