mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Veil Wallet to 1.0.20 (263)
This commit is contained in:
parent
69517d0151
commit
6bebb9d697
1 changed files with 104 additions and 2 deletions
|
|
@ -117,6 +117,108 @@ Builds:
|
|||
--target-platform="android-x64" --build-number=$$VERCODE$$
|
||||
ndk: 23.1.7779620
|
||||
|
||||
- versionName: 1.0.20
|
||||
versionCode: 261
|
||||
commit: c0110323fc4650a1cd31167815090c99bc2811ef
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install gcc libc-dev
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/steel97/veil_wallet/releases/download/v%v/veil-wallet.android-armeabi-v7a.apk
|
||||
srclibs:
|
||||
- rustup@1.27.0
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter packages pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.76.0 --target armv7-linux-androideabi
|
||||
- source $HOME/.cargo/env
|
||||
- submodules/flutter/bin/flutter build apk --release --no-tree-shake-icons --split-per-abi
|
||||
--target-platform="android-arm" --build-number=$$VERCODE$$
|
||||
ndk: 23.1.7779620
|
||||
|
||||
- versionName: 1.0.20
|
||||
versionCode: 262
|
||||
commit: c0110323fc4650a1cd31167815090c99bc2811ef
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install gcc libc-dev
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/steel97/veil_wallet/releases/download/v%v/veil-wallet.android-arm64-v8a.apk
|
||||
srclibs:
|
||||
- rustup@1.27.0
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter packages pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.76.0 --target aarch64-linux-android
|
||||
- source $HOME/.cargo/env
|
||||
- submodules/flutter/bin/flutter build apk --release --no-tree-shake-icons --split-per-abi
|
||||
--target-platform="android-arm64" --build-number=$$VERCODE$$
|
||||
ndk: 23.1.7779620
|
||||
|
||||
- versionName: 1.0.20
|
||||
versionCode: 263
|
||||
commit: c0110323fc4650a1cd31167815090c99bc2811ef
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install gcc libc-dev
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/steel97/veil_wallet/releases/download/v%v/veil-wallet.android-x86_64.apk
|
||||
srclibs:
|
||||
- rustup@1.27.0
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter packages pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.76.0 --target x86_64-linux-android
|
||||
- source $HOME/.cargo/env
|
||||
- submodules/flutter/bin/flutter build apk --release --no-tree-shake-icons --split-per-abi
|
||||
--target-platform="android-x64" --build-number=$$VERCODE$$
|
||||
ndk: 23.1.7779620
|
||||
|
||||
AllowedAPKSigningKeys: 833a9590e84cbbf03ecaa9ed97d931ea63428594700fecdf29e38af1d181d677
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -126,5 +228,5 @@ VercodeOperation:
|
|||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.19
|
||||
CurrentVersionCode: 253
|
||||
CurrentVersion: 1.0.20
|
||||
CurrentVersionCode: 263
|
||||
|
|
|
|||
Loading…
Reference in a new issue