Skip to content

Commit

Permalink
Set version to 0.37.2, update bitcoin-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
omurovch committed Jan 15, 2024
1 parent 371a680 commit 4a1722c
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 @@ -17,8 +17,8 @@ android {
compileSdk compile_sdk_version
minSdkVersion min_sdk_version
targetSdkVersion compile_sdk_version
versionCode 95
versionName "0.37.1"
versionCode 96
versionName "0.37.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

kapt {
Expand Down Expand Up @@ -273,7 +273,7 @@ dependencies {

// Wallet kits
implementation 'com.github.horizontalsystems:ton-kit-kmm:18bc110'
implementation 'com.github.horizontalsystems:bitcoin-kit-android:2e0d857'
implementation 'com.github.horizontalsystems:bitcoin-kit-android:662d6dc'
implementation 'com.github.horizontalsystems:ethereum-kit-android:3a02f3a'
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 4a1722c

Please sign in to comment.