13 lines
268 B
Text
13 lines
268 B
Text
|
|
plugins {
|
||
|
|
id(ThunderbirdPlugins.Library.android)
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "app.k9mail.feature.migration.launcher.thunderbird"
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
implementation(projects.feature.migration.launcher.api)
|
||
|
|
implementation(projects.feature.migration.qrcode)
|
||
|
|
}
|