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
2023-06-20 14:57:44 +02:00

18 lines
283 B
Plaintext

plugins {
id(ThunderbirdPlugins.Library.android)
}
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"
}