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.12.0
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent fb2cc83 commit 16e0ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.multidex:multidex:2.0.1"

implementation "com.google.crypto.tink:tink-android:1.7.0"
implementation "com.google.crypto.tink:tink-android:1.12.0"

implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
Expand Down

0 comments on commit 16e0ae4

Please sign in to comment.