Skip to content

Commit

Permalink
Versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Oct 28, 2022
1 parent a1aac2f commit 071fea9
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 18 deletions.
4 changes: 2 additions & 2 deletions androidCore/impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

project.apply {
extra[KEY_PUBLISH_ARTIFACT_ID] = "android-core-impl"
extra[KEY_PUBLISH_VERSION] = "1.1.0"
extra[KEY_PUBLISH_VERSION] = "1.2.0"
extra[KEY_SDK_NAME] = "Android Core Impl"
}

Expand Down Expand Up @@ -51,7 +51,7 @@ sqldelight {

dependencies {
debugApi(project(":androidCore:sdk"))
releaseApi("com.walletconnect:android-core:1.1.0")
releaseApi("com.walletconnect:android-core:1.2.0")

bouncyCastle()
coroutines()
Expand Down
2 changes: 1 addition & 1 deletion androidCore/sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

project.apply {
extra[KEY_PUBLISH_ARTIFACT_ID] = "android-core"
extra[KEY_PUBLISH_VERSION] = "1.1.0"
extra[KEY_PUBLISH_VERSION] = "1.2.0"
extra[KEY_SDK_NAME] = "Android Core"
}

Expand Down
4 changes: 2 additions & 2 deletions auth/requester/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ dependencies {
implementation(project(":sign:samples_common")) //todo: Move samples common module out of signSDK

debugImplementation(project(":auth:sdk"))
releaseImplementation("com.walletconnect:auth:1.0.0")
releaseImplementation("com.walletconnect:auth:1.1.0")

debugImplementation(project(":androidCore:sdk"))
releaseImplementation("com.walletconnect:android-core:1.1.0")
releaseImplementation("com.walletconnect:android-core:1.2.0")

glide_N_kapt()
implementation("com.github.alexzhirkevich:custom-qr-generator:1.4.1")
Expand Down
4 changes: 2 additions & 2 deletions auth/responder/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ dependencies {
implementation(project(":sign:samples_common")) //todo: Move samples common module out of signSDK

debugImplementation(project(":auth:sdk"))
releaseImplementation("com.walletconnect:auth:1.0.0")
releaseImplementation("com.walletconnect:auth:1.1.0")

debugImplementation(project(":androidCore:sdk"))
releaseImplementation("com.walletconnect:android-core:1.1.0")
releaseImplementation("com.walletconnect:android-core:1.2.0")

glide_N_kapt()
scanner()
Expand Down
4 changes: 2 additions & 2 deletions auth/sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

project.apply {
extra[KEY_PUBLISH_ARTIFACT_ID] = "auth"
extra[KEY_PUBLISH_VERSION] = "1.0.0"
extra[KEY_PUBLISH_VERSION] = "1.1.0"
extra[KEY_SDK_NAME] = "Auth"
}

Expand Down Expand Up @@ -51,7 +51,7 @@ sqldelight {

dependencies {
debugImplementation(project(":androidCore:impl"))
releaseImplementation("com.walletconnect:android-core-impl:1.1.0")
releaseImplementation("com.walletconnect:android-core-impl:1.2.0")

okhttp()
timber()
Expand Down
7 changes: 5 additions & 2 deletions chat/sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ android {
}

dependencies {
implementation(project(":chat:sdk"))
implementation(project(":androidCore:sdk"))
debugImplementation(project(":chat:sdk"))
releaseImplementation("com.walletconnect:chat:1.0.0-alpha01")

debugImplementation(project(":androidCore:sdk"))
releaseImplementation("com.walletconnect:android-core:1.2.0")

lifecycle()
implementation("com.google.android.material:material:1.6.1")
Expand Down
2 changes: 1 addition & 1 deletion chat/sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sqldelight {

dependencies {
debugImplementation(project(":androidCore:impl"))
releaseImplementation("com.walletconnect:android-core-impl:1.1.0")
releaseImplementation("com.walletconnect:android-core-impl:1.2.0")

retrofit()
navigationComponent()
Expand Down
4 changes: 2 additions & 2 deletions sign/dapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ dependencies {
implementation(project(":sign:samples_common"))

debugImplementation(project(":sign:sdk"))
releaseImplementation("com.walletconnect:sign:2.0.0")
releaseImplementation("com.walletconnect:sign:2.1.0")

debugImplementation(project(":androidCore:sdk"))
releaseImplementation("com.walletconnect:android-core:1.1.0")
releaseImplementation("com.walletconnect:android-core:1.2.0")

glide_N_kapt()
implementation("com.github.kenglxn.QRGen:android:2.6.0")
Expand Down
4 changes: 2 additions & 2 deletions sign/sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

project.apply {
extra[KEY_PUBLISH_ARTIFACT_ID] = "sign"
extra[KEY_PUBLISH_VERSION] = "2.0.0"
extra[KEY_PUBLISH_VERSION] = "2.1.0"
extra[KEY_SDK_NAME] = "Sign"
}

Expand Down Expand Up @@ -63,7 +63,7 @@ sqldelight {

dependencies {
debugImplementation(project(":androidCore:impl"))
releaseImplementation("com.walletconnect:android-core-impl:1.1.0")
releaseImplementation("com.walletconnect:android-core-impl:1.2.0")

moshiKsp()
androidXTest()
Expand Down
4 changes: 2 additions & 2 deletions sign/wallet/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ dependencies {
implementation(project(":sign:samples_common"))

debugImplementation(project(":sign:sdk"))
releaseImplementation("com.walletconnect:sign:2.0.0")
releaseImplementation("com.walletconnect:sign:2.1.0")

debugImplementation(project(":androidCore:sdk"))
releaseImplementation("com.walletconnect:android-core:1.1.0")
releaseImplementation("com.walletconnect:android-core:1.2.0")

scanner()
glide_N_kapt()
Expand Down

0 comments on commit 071fea9

Please sign in to comment.