Skip to content

Commit

Permalink
Fix crash during Solana initial sync
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelekol committed Feb 29, 2024
1 parent 051a230 commit 3b34680
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 98
versionName "0.37.4"
versionCode 99
versionName "0.37.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

kapt {
Expand Down Expand Up @@ -278,7 +278,7 @@ dependencies {
implementation 'com.github.horizontalsystems:blockchain-fee-rate-kit-android:1d3bd49'
implementation 'com.github.horizontalsystems:binance-chain-kit-android:c1509a2'
implementation 'com.github.horizontalsystems:market-kit-android:746d398'
implementation 'com.github.horizontalsystems:solana-kit-android:6401968'
implementation 'com.github.horizontalsystems:solana-kit-android:8e21040'
implementation 'com.github.horizontalsystems:tron-kit-android:f2f7c9a'
// Zcash SDK
implementation "cash.z.ecc.android:zcash-android-sdk:2.0.1"
Expand Down

0 comments on commit 3b34680

Please sign in to comment.