mail/app/crypto-openpgp/build.gradle.kts
2025-11-24 18:55:42 +01:00

11 lines
169 B
Kotlin

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