Skip to content

Commit

Permalink
Update aries wrapper version to 0.2.0 (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: conanoc <conanoc@gmail.com>
  • Loading branch information
conanoc authored Feb 29, 2024
1 parent 26b1575 commit 20b962a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ariesframework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ ktlint {
}

dependencies {
implementation("org.hyperledger:anoncreds_uniffi:0.1.1-wrapper.1")
implementation("org.hyperledger:indy_vdr_uniffi:0.1.1-wrapper.1")
implementation("org.hyperledger:askar_uniffi:0.1.1-wrapper.1")
implementation("org.hyperledger:anoncreds_uniffi:0.2.0-wrapper.1")
implementation("org.hyperledger:indy_vdr_uniffi:0.2.0-wrapper.1")
implementation("org.hyperledger:askar_uniffi:0.2.0-wrapper.1")

implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0"
implementation 'org.slf4j:slf4j-api:1.7.32'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package org.hyperledger.ariesframework
import kotlinx.coroutines.test.runTest
import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable
import kotlinx.serialization.decodeFromString
import kotlinx.serialization.encodeToString
import kotlinx.serialization.json.Json
import kotlinx.serialization.json.JsonObject
Expand Down

0 comments on commit 20b962a

Please sign in to comment.