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.15.0
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent a5b8e83 commit deb205f
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.15.0")
}
create("iosMain") {
dependsOn(getByName("commonMain"))
Expand Down

0 comments on commit deb205f

Please sign in to comment.