0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 20:13:04 +02:00
thunderbird-android/app/testing/build.gradle.kts

18 lines
283 B
Plaintext
Raw Normal View History

2023-01-08 03:14:00 +01:00
plugins {
id(ThunderbirdPlugins.Library.android)
2023-01-08 03:14:00 +01:00
}
dependencies {
implementation(projects.app.core)
api(projects.core.android.testing)
api(libs.koin.core)
api(libs.mockito.core)
api(libs.mockito.kotlin)
}
android {
namespace = "com.fsck.k9.testing"
}