Skip to content

Commit

Permalink
Update Apollo usage version to 1.7.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
hamada147 committed Apr 20, 2023
1 parent a38df84 commit 6665c8b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 12 deletions.
Binary file added Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![Kotlin](https://img.shields.io/badge/kotlin-1.7.20-blue.svg?logo=kotlin)](http://kotlinlang.org)

![Atala Prism Logo](Logo.png)

Mercury building block - DIDComm V2 & Peer:DID
Kotlin Multiplatform with support for the following targets:

Expand Down
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ buildscript {
}
}

version = "1.0.1-alpha"
group = "io.iohk.atala.prism"

allprojects {
group = "io.iohk.atala.prism"
version = "1.0.2-alpha"
group = "io.iohk.atala.prism.didcomm"

repositories {
google()
Expand Down
1 change: 0 additions & 1 deletion didcomm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import org.gradle.internal.os.OperatingSystem
import org.jetbrains.dokka.gradle.DokkaTask
import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackOutput.Target

version = rootProject.version
val currentModuleName: String = "DIDComm"
val os: OperatingSystem = OperatingSystem.current()

Expand Down
2 changes: 1 addition & 1 deletion didcomm/didcomm.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'didcomm'
spec.version = '1.0.1-alpha'
spec.version = '1.0.2-alpha'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = 'IOG'
Expand Down
9 changes: 4 additions & 5 deletions didpeer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import org.gradle.internal.os.OperatingSystem
import org.jetbrains.dokka.gradle.DokkaTask
import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackOutput.Target

version = rootProject.version
val currentModuleName: String = "DIDCommDIDPeer"
val os: OperatingSystem = OperatingSystem.current()

Expand Down Expand Up @@ -99,10 +98,10 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("io.iohk.atala.prism:multibase:1.6.0-alpha")
implementation("io.iohk.atala.prism:varint:1.6.0-alpha")
implementation("io.iohk.atala.prism:base64:1.6.0-alpha")
implementation("io.iohk.atala.prism:base58:1.6.0-alpha")
implementation("io.iohk.atala.prism.apollo:multibase:1.7.0-alpha")
implementation("io.iohk.atala.prism.apollo:varint:1.7.0-alpha")
implementation("io.iohk.atala.prism.apollo:base64:1.7.0-alpha")
implementation("io.iohk.atala.prism.apollo:base58:1.7.0-alpha")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")
implementation("com.squareup.okio:okio:3.2.0")
}
Expand Down
2 changes: 1 addition & 1 deletion didpeer/didpeer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'didpeer'
spec.version = '1.0.1-alpha'
spec.version = '1.0.2-alpha'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = 'IOG'
Expand Down

0 comments on commit 6665c8b

Please sign in to comment.