mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-22 02:09:58 +01:00
59374b5309
Code review Clean up
13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
@Suppress("DSL_SCOPE_VIOLATION")
|
|
plugins {
|
|
alias(libs.plugins.twofasAndroidLibrary)
|
|
}
|
|
|
|
android {
|
|
namespace = "com.twofasapp.parsers"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":di"))
|
|
implementation(project(":prefs"))
|
|
} |