Skip to content

Commit

Permalink
fix: resolve syncing 31 stuck issue using dashj 20.0.5 (#1285)
Browse files Browse the repository at this point in the history
* chore: use dashj 20.0.5-SNAPSHOT

* fix: add protobuf dependency to sample-integration-android
  • Loading branch information
HashEngineering authored May 21, 2024
1 parent b912e2f commit 1f48159
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
kotlin_version = '1.9.23'
coroutinesVersion = '1.6.4'
ok_http_version = '4.9.1'
dashjVersion = '20.0.4'
dashjVersion = '20.0.5-SNAPSHOT'
hiltVersion = '2.51'
hiltCompilerVersion = '1.2.0'
hiltWorkVersion = '1.0.0'
Expand Down
1 change: 1 addition & 0 deletions sample-integration-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies {
}
implementation "org.dashj:dashj-core:$dashjVersion"
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'com.google.protobuf:protobuf-javalite:3.17.3'
}

android {
Expand Down
3 changes: 2 additions & 1 deletion wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ dependencies {
implementation 'androidx.legacy:legacy-support-core-utils:1.0.0'
implementation "androidx.work:work-runtime-ktx:$workRuntimeVersion"
implementation "androidx.biometric:biometric:1.1.0"
implementation("androidx.activity:activity-compose:1.7.2")

implementation 'org.bouncycastle:bcprov-jdk15to18:1.74'
implementation "org.dashj:dashj-core:$dashjVersion"
implementation "org.dashj.android:dashj-bls-android:1.0.0"
implementation "org.dashj.android:dashj-x11-android:0.17.5"
Expand Down Expand Up @@ -90,6 +90,7 @@ dependencies {
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.compose.material3:material3")
debugImplementation 'androidx.compose.ui:ui-tooling:1.0.0'
implementation("androidx.activity:activity-compose:1.7.2")

// Navigation
implementation "androidx.navigation:navigation-fragment-ktx:$navigationVersion"
Expand Down

0 comments on commit 1f48159

Please sign in to comment.