mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-22 18:29:52 +01:00
3488c3bc3d
wip
17 lines
403 B
Plaintext
17 lines
403 B
Plaintext
@Suppress("DSL_SCOPE_VIOLATION")
|
|
plugins {
|
|
alias(libs.plugins.twofasAndroidLibrary)
|
|
alias(libs.plugins.kotlinSerialization)
|
|
}
|
|
|
|
android {
|
|
namespace = "com.twofasapp.storage"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":core:di"))
|
|
implementation(libs.kotlinCoroutines)
|
|
implementation(libs.kotlinSerialization)
|
|
implementation(libs.securityCrypto)
|
|
implementation(libs.timber)
|
|
} |