Created
May 24, 2024 09:10
-
-
Save ksharma-xyz/d1ef9d5b7b368529d5a1d0cbc6e4e245 to your computer and use it in GitHub Desktop.
Adding Google Tink dependency in Android project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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