Skip to content
Snippets Groups Projects
Commit 781d07d2 authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Added crypto dependency for encryptedsharedprefs

parent f922d858
Branches
Tags
No related merge requests found
......@@ -36,6 +36,7 @@ object Libs {
const val PHONE_NUMBER = "com.googlecode.libphonenumber:libphonenumber"
const val GSON = "com.google.code.gson:gson"
const val PROTOBUF = "com.google.protobuf:protobuf-javalite"
const val CRYPTO = "androidx.security:security-crypto"
}
object Media {
......
......@@ -45,6 +45,7 @@ dependencies {
implementation(Libs.Core.CORE_KTX)
implementation(Libs.Data.PREFERENCE)
implementation(Libs.Data.CRYPTO)
implementation(Libs.DI.HILT)
kapt(Libs.DI.HILT_KAPT)
......
......@@ -9,6 +9,7 @@ val constraintLayout = "2.1.4"
val core = "1.9.0"
val coreTest = "1.4.0"
val coroutines = "1.6.1"
val crypto = "1.1.0-alpha03"
val extJunit = "1.1.3"
val firebase = "27.0.0"
val gson = "2.8.9"
......@@ -39,6 +40,7 @@ dependencies {
api("${Libs.Data.PHONE_NUMBER}:$phoneNumber")
api("${Libs.Data.GSON}:$gson")
api("${Libs.Data.PROTOBUF}:$protobuf")
api("${Libs.Data.CRYPTO}:$crypto")
api("${Libs.Media.GLIDE}:$glide")
api(Libs.Logging.CRASHLYTICS)
api("${Libs.Logging.FIREBASE_BOM}:$firebase")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment