From 700ac46baef0804832787ff36cc045eb46521452 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 24 Oct 2024 22:30:19 +0000 Subject: [PATCH] Update Brume Wallet to 0.6.527 (527) --- metadata/eth.brume.wallet.yml | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/metadata/eth.brume.wallet.yml b/metadata/eth.brume.wallet.yml index 46995c83f0..27ee25108d 100644 --- a/metadata/eth.brume.wallet.yml +++ b/metadata/eth.brume.wallet.yml @@ -275,9 +275,39 @@ Builds: - popd - gradle assembleRelease + - versionName: 0.6.527 + versionCode: 527 + commit: 2c45bce9b1bebfc194bd751efc79a606f8f76f0e + subdir: apps/android/app + sudo: + - sysctl fs.inotify.max_user_watches=524288 || true + - apt-get update + - apt-get install npm + init: + - cd ../../.. + - npm install --build-from-source + output: build/outputs/apk/release/app-release-unsigned.apk + rm: + - apps/apple + - apps/ios + - dist/* + prebuild: + - cd ../../.. + - npx cap telemetry off + scanignore: + - node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz + scandelete: + - node_modules + build: + - pushd ../../.. + - npm run build + - npm run sync + - popd + - gradle assembleRelease + AllowedAPKSigningKeys: 4a066910f4a6544d117c078169428b70dcece086940ec3332d78119f679e6d4a AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 0.6.525 -CurrentVersionCode: 525 +CurrentVersion: 0.6.527 +CurrentVersionCode: 527