Skip to content

Instantly share code, notes, and snippets.

@ksharma-xyz
Created May 24, 2024 09:10
Show Gist options
  • Save ksharma-xyz/d1ef9d5b7b368529d5a1d0cbc6e4e245 to your computer and use it in GitHub Desktop.
Save ksharma-xyz/d1ef9d5b7b368529d5a1d0cbc6e4e245 to your computer and use it in GitHub Desktop.
Adding Google Tink dependency in Android project
dependencies {
implementation("com.google.crypto.tink:tink-android:1.13.0") // check latest version
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment