diff --git a/metadata/com.boldwallet.yml b/metadata/com.boldwallet.yml index c5d840b3b2..f9cbc9b1bd 100644 --- a/metadata/com.boldwallet.yml +++ b/metadata/com.boldwallet.yml @@ -280,7 +280,62 @@ Builds: - ./build.sh ndk: r27b + - versionName: 1.5.4 + versionCode: 29 + commit: 0c966c602c8d8a09fcbc4bf10d40804bc1d9fb17 + subdir: android/app + sudo: + - curl -Lo node.tar.gz https://nodejs.org/dist/v20.18.1/node-v20.18.1-linux-x64.tar.gz + - echo "259e5a8bf2e15ecece65bd2a47153262eda71c0b2c9700d5e703ce4951572784 node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - apt-get update + - apt-get install -t bookworm-backports -y golang-go + - apt-get install -y gcc libc-dev + gradle: + - yes + srclibs: + - go@go1.24.2 + rm: + - ios + - Tss.xcframework + prebuild: + - cd ../.. + - sed -i '/react-native-vision-camera/d' package.json + - mv screens/SendBitcoinModal.foss.tsx screens/SendBitcoinModal.tsx + - npm install --build-from-source + - sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle + - sdkmanager "platforms;android-21" "build-tools;33.0.0" + scanignore: + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/lottie-react-native/android/build.gradle + - node_modules/react-native/sdks/hermesc/linux64-bin/hermesc + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-biometrics/android/build.gradle + - node_modules/react-native-share/android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - node_modules/react-native-encrypted-storage/android/build.gradle + - node_modules/react-native-device-info/android/build.gradle + - node_modules/react-native-linear-gradient/android/build.gradle + - node_modules/react-native-haptic-feedback/android/build.gradle + scandelete: + - node_modules + - android/app + - android/base/lib + build: + - pushd $$go$$/src + - ./make.bash + - popd + - export GOROOT=$$go$$ + - export GOPATH="$HOME/go" + - export PATH="$GOROOT/bin:$PATH" + - export PATH="$GOPATH/bin:$PATH" + - cd ../../BBMTLib + - go install golang.org/x/mobile/cmd/gomobile@v0.0.0-20250408133729-978277e7eaf7 + - ./build.sh + ndk: r27b + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.3.2 -CurrentVersionCode: 6 +CurrentVersion: 1.5.4 +CurrentVersionCode: 29