thunderbird-android/app/crypto-openpgp/build.gradle.kts
2023-02-23 14:52:16 +01:00

11 lines
169 B
Text

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