mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Bold Wallet to 1.3.2 (6)
This commit is contained in:
parent
10a9ea8d84
commit
36ca53d5e8
1 changed files with 56 additions and 2 deletions
|
|
@ -226,7 +226,61 @@ Builds:
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
ndk: r27b
|
ndk: r27b
|
||||||
|
|
||||||
|
- versionName: 1.3.2
|
||||||
|
versionCode: 6
|
||||||
|
commit: 69be3952c32d125231fea9f02ed70a55e1bb74f9
|
||||||
|
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
|
||||||
|
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-reanimated/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
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.3.0
|
CurrentVersion: 1.3.2
|
||||||
CurrentVersionCode: 4
|
CurrentVersionCode: 6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue