12 lines
209 B
Kotlin
12 lines
209 B
Kotlin
plugins {
|
|
id(ThunderbirdPlugins.Library.android)
|
|
}
|
|
|
|
android {
|
|
namespace = "net.thunderbird.core.android.logging"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.timber)
|
|
implementation(libs.commons.io)
|
|
}
|