k9-mail/legacy/crypto-openpgp/build.gradle.kts

12 lines
172 B
Text
Raw Permalink Normal View History

2025-11-22 13:56:56 +01:00
plugins {
id(ThunderbirdPlugins.Library.android)
}
dependencies {
implementation(projects.legacy.core)
}
android {
namespace = "com.fsck.k9.crypto.openpgp"
}