0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00
thunderbird-android/legacy/folder/build.gradle.kts
2024-08-06 17:21:23 +02:00

12 lines
170 B
Plaintext

plugins {
id(ThunderbirdPlugins.Library.android)
}
android {
namespace = "app.k9mail.legacy.folder"
}
dependencies {
implementation(projects.mail.common)
}