14 lines
266 B
Text
14 lines
266 B
Text
|
|
plugins {
|
||
|
|
id(ThunderbirdPlugins.Library.android)
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "app.k9mail.core.android.permissions"
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
testImplementation(libs.androidx.test.core)
|
||
|
|
testImplementation(libs.robolectric)
|
||
|
|
testImplementation(libs.assertk)
|
||
|
|
}
|