mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-27 20:59:52 +01:00
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)
|
||
|
|
||
|
}
|