mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-25 11:50:18 +01:00
3488c3bc3d
wip
13 lines
242 B
Plaintext
13 lines
242 B
Plaintext
@Suppress("DSL_SCOPE_VIOLATION")
|
|
plugins {
|
|
alias(libs.plugins.twofasAndroidLibrary)
|
|
}
|
|
|
|
android {
|
|
namespace = "com.twofasapp.otp"
|
|
}
|
|
|
|
dependencies {
|
|
// implementation(project(":core:di"))
|
|
implementation(libs.apacheCommonsCodec)
|
|
} |