0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00
thunderbird-android/app-common/build.gradle.kts

13 lines
210 B
Plaintext

plugins {
id(ThunderbirdPlugins.Library.android)
}
dependencies {
api(projects.legacy.common)
implementation(projects.feature.migration.provider)
}
android {
namespace = "app.k9mail.common"
}