mirror of
https://github.com/twofas/2fas-android.git
synced 2025-01-07 06:55:36 +01:00
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
|
@Suppress("DSL_SCOPE_VIOLATION")
|
||
|
plugins {
|
||
|
alias(libs.plugins.twofasAndroidLibrary)
|
||
|
}
|
||
|
|
||
|
android {
|
||
|
namespace = "com.twofasapp.otp"
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation(libs.apacheCommonsCodec)
|
||
|
}
|