Skip to content

Commit

Permalink
chore: use dashj 20.0.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed May 8, 2024
1 parent f0469dc commit fe2c2f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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
10 changes: 8 additions & 2 deletions 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 @@ -85,6 +85,12 @@ dependencies {
ksp "com.github.bumptech.glide:compiler:$glideVersion"
implementation 'com.github.MikeOrtiz:TouchImageView:3.0.3'
implementation "io.coil-kt:coil:$coilVersion"
implementation(platform("androidx.compose:compose-bom:2023.03.00"))
implementation("androidx.compose.ui:ui")
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 Expand Up @@ -186,7 +192,7 @@ android {
compileSdk 33
minSdkVersion 24
targetSdkVersion 33
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 101000
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 101001
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.1.0"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
Expand Down

0 comments on commit fe2c2f0

Please sign in to comment.