Skip to content

Commit

Permalink
Bump Tink
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaven-stytch committed Jan 12, 2024
1 parent 066be9e commit 67ebb56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

ext {
PUBLISH_GROUP_ID = 'com.stytch.sdk'
PUBLISH_VERSION = '0.18.0'
PUBLISH_VERSION = '0.18.1'
PUBLISH_ARTIFACT_ID = 'sdk'
}

Expand Down Expand Up @@ -127,7 +127,7 @@ dependencies {
implementation "com.squareup.moshi:moshi:$moshi_version"
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshi_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version"
implementation 'com.google.crypto.tink:tink-android:1.7.0'
implementation 'com.google.crypto.tink:tink-android:1.8.0'
implementation 'org.bouncycastle:bcprov-jdk18on:1.72'
implementation 'com.google.android.recaptcha:recaptcha:18.2.1'
implementation "androidx.credentials:credentials:1.2.0-rc01"
Expand Down

0 comments on commit 67ebb56

Please sign in to comment.