File tree Expand file tree Collapse file tree 7 files changed +10
-12
lines changed
Expand file tree Collapse file tree 7 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.7.20-blue.svg?logo=kotlin )] ( http://kotlinlang.org )
44
5+ ![ Atala Prism Logo] ( Logo.png )
6+
57Mercury building block - DIDComm V2 & ; Peer: DID
68Kotlin Multiplatform with support for the following targets:
79
Original file line number Diff line number Diff line change @@ -19,11 +19,9 @@ buildscript {
1919 }
2020}
2121
22- version = " 1.0.1-alpha"
23- group = " io.iohk.atala.prism"
24-
2522allprojects {
26- group = " io.iohk.atala.prism"
23+ version = " 1.0.2-alpha"
24+ group = " io.iohk.atala.prism.didcomm"
2725
2826 repositories {
2927 google()
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import org.gradle.internal.os.OperatingSystem
22import org.jetbrains.dokka.gradle.DokkaTask
33import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackOutput.Target
44
5- version = rootProject.version
65val currentModuleName: String = " DIDComm"
76val os: OperatingSystem = OperatingSystem .current()
87
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'didcomm'
3- spec . version = '1.0.1 -alpha'
3+ spec . version = '1.0.2 -alpha'
44 spec . homepage = ''
55 spec . source = { :http => '' }
66 spec . authors = 'IOG'
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import org.gradle.internal.os.OperatingSystem
22import org.jetbrains.dokka.gradle.DokkaTask
33import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackOutput.Target
44
5- version = rootProject.version
65val currentModuleName: String = " DIDCommDIDPeer"
76val os: OperatingSystem = OperatingSystem .current()
87
@@ -99,10 +98,10 @@ kotlin {
9998 sourceSets {
10099 val commonMain by getting {
101100 dependencies {
102- implementation(" io.iohk.atala.prism:multibase:1.6 .0-alpha" )
103- implementation(" io.iohk.atala.prism:varint:1.6 .0-alpha" )
104- implementation(" io.iohk.atala.prism:base64:1.6 .0-alpha" )
105- implementation(" io.iohk.atala.prism:base58:1.6 .0-alpha" )
101+ implementation(" io.iohk.atala.prism.apollo :multibase:1.7 .0-alpha" )
102+ implementation(" io.iohk.atala.prism.apollo :varint:1.7 .0-alpha" )
103+ implementation(" io.iohk.atala.prism.apollo :base64:1.7 .0-alpha" )
104+ implementation(" io.iohk.atala.prism.apollo :base58:1.7 .0-alpha" )
106105 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1" )
107106 implementation(" com.squareup.okio:okio:3.2.0" )
108107 }
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'didpeer'
3- spec . version = '1.0.1 -alpha'
3+ spec . version = '1.0.2 -alpha'
44 spec . homepage = ''
55 spec . source = { :http => '' }
66 spec . authors = 'IOG'
You can’t perform that action at this time.
0 commit comments