14 lines
214 B
Text
14 lines
214 B
Text
|
|
plugins {
|
||
|
|
id(ThunderbirdPlugins.Library.android)
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
implementation(projects.legacy.core)
|
||
|
|
|
||
|
|
implementation(libs.okio)
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "app.k9mail.feature.migration.provider"
|
||
|
|
}
|