Skip to content

Commit

Permalink
chore: upgrade apollo version to 1.4.2 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianIOHK committed Aug 27, 2024
1 parent 220d0af commit aa7373f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion edge-agent-sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ kotlin {

implementation("io.iohk.atala.prism.didcomm:didpeer:$didpeerVersion")

implementation("io.iohk.atala.prism.apollo:apollo:$apolloVersion")
implementation("org.hyperledger.identus.apollo:apollo:$apolloVersion")

implementation("org.kotlincrypto.hash:sha2:0.4.0")

implementation("pro.streem.pbandk:pbandk-runtime:0.14.2")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlin.code.style = official
android.useAndroidX = true
kotlin.mpp.enableCInteropCommonization = true
kotlin.native.cacheKind.iosSimulatorArm64 = none
apollo_version = 1.3.5
apollo_version = 1.4.2
didpeer_version = 1.1.2
kotlin.mpp.androidSourceSetLayoutVersion = 2
kotlinx.atomicfu.enableJvmIrTransformation = true
Expand Down

0 comments on commit aa7373f

Please sign in to comment.