0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00
thunderbird-android/legacy/crypto-openpgp/build.gradle.kts
2024-07-02 14:27:23 +02:00

12 lines
172 B
Plaintext

plugins {
id(ThunderbirdPlugins.Library.android)
}
dependencies {
implementation(projects.legacy.core)
}
android {
namespace = "com.fsck.k9.crypto.openpgp"
}