mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-25 03:40:18 +01:00
59374b5309
Code review Clean up
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
@Suppress("DSL_SCOPE_VIOLATION")
|
|
plugins {
|
|
alias(libs.plugins.twofasAndroidLibrary)
|
|
}
|
|
|
|
android {
|
|
namespace = "com.twofasapp.time.domain"
|
|
}
|
|
|
|
dependencies {
|
|
} |