Skip to content

Commit

Permalink
fix(deps): update dependency com.google.crypto.tink:tink-android to v…
Browse files Browse the repository at this point in the history
…1.9.0
  • Loading branch information
renovate[bot] authored May 10, 2023
1 parent 0e10a80 commit 734e145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tink/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ kotlin {
implementation(kotlin("test"))
}
getByName("androidMain").dependencies {
implementation("com.google.crypto.tink:tink-android:1.7.0")
implementation("com.google.crypto.tink:tink-android:1.9.0")
}
create("iosMain") {
dependsOn(getByName("commonMain"))
Expand Down

0 comments on commit 734e145

Please sign in to comment.