Skip to content

Commit

Permalink
Update bitcoin-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
abdrasulov committed Dec 25, 2024
1 parent d435509 commit 97a3af5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
compileSdk compile_sdk_version
minSdkVersion min_sdk_version
targetSdkVersion compile_sdk_version
versionCode 125
versionName "0.41.2"
versionCode 126
versionName "0.41.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

ksp {
Expand Down Expand Up @@ -282,7 +282,7 @@ dependencies {

// Wallet kits
implementation 'com.github.horizontalsystems:ton-kit-android:763a5c3'
implementation 'com.github.horizontalsystems:bitcoin-kit-android:ced5801'
implementation 'com.github.horizontalsystems:bitcoin-kit-android:c0656e'
implementation 'com.github.horizontalsystems:ethereum-kit-android:0c770e3'
implementation 'com.github.horizontalsystems:blockchain-fee-rate-kit-android:1d3bd49'
implementation 'com.github.horizontalsystems:binance-chain-kit-android:c1509a2'
Expand Down

0 comments on commit 97a3af5

Please sign in to comment.