Skip to content

Commit 99935dc

Browse files
authored
Merge pull request #1015 from synonymdev/fix/android-crash-bionic
fix: harden core onchain sync
2 parents 9de66b9 + b4d6ca8 commit 99935dc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.d/next/1015.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bitkit now handles more unexpected native on-chain wallet sync failures without crashing.

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ activity-compose = { module = "androidx.activity:activity-compose", version = "1
2121
appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" }
2222
barcode-scanning = { module = "com.google.mlkit:barcode-scanning", version = "17.3.0" }
2323
biometric = { module = "androidx.biometric:biometric", version = "1.4.0-alpha05" }
24-
bitkit-core = { module = "com.synonym:bitkit-core-android", version = "0.1.67" }
24+
bitkit-core = { module = "com.synonym:bitkit-core-android", version = "0.1.72" }
2525
paykit = { module = "com.synonym:paykit-android", version = "0.1.0-rc8" }
2626
bouncycastle-provider-jdk = { module = "org.bouncycastle:bcprov-jdk18on", version = "1.83" }
2727
camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "camera" }

0 commit comments

Comments
 (0)