mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-22 10:20:15 +01:00
59374b5309
Code review Clean up
18 lines
382 B
Plaintext
18 lines
382 B
Plaintext
@Suppress("DSL_SCOPE_VIOLATION")
|
|
plugins {
|
|
alias(libs.plugins.twofasAndroidLibrary)
|
|
}
|
|
|
|
android {
|
|
namespace = "com.twofasapp.extensions"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":resources"))
|
|
|
|
implementation(libs.bundles.appCompat)
|
|
implementation(libs.bundles.rxJava)
|
|
implementation(libs.bundles.rxBinding)
|
|
implementation(libs.bundles.materialDialogs)
|
|
|
|
} |