Skip to content

Commit

Permalink
fix(deps): Update awala dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsantos committed Oct 10, 2023
1 parent b3635a1 commit fd19226
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion"

// Awala
implementation 'tech.relaycorp:awala:1.67.3'
implementation 'tech.relaycorp:awala-keystore-file:1.6.13'
implementation 'tech.relaycorp:poweb:1.5.35'
testImplementation 'tech.relaycorp:awala-testing:1.5.22'
implementation 'tech.relaycorp:awala:1.67.10'
implementation 'tech.relaycorp:awala-keystore-file:1.6.31'
implementation 'tech.relaycorp:poweb:1.5.68'
testImplementation 'tech.relaycorp:awala-testing:1.5.24'

// Security
implementation 'androidx.security:security-crypto:1.1.0-alpha06'
Expand Down

0 comments on commit fd19226

Please sign in to comment.