mail/app/crypto-openpgp/build.gradle.kts

12 lines
169 B
Text
Raw Permalink Normal View History

2025-11-24 18:55:42 +01:00
plugins {
id(ThunderbirdPlugins.Library.android)
}
dependencies {
implementation(projects.app.core)
}
android {
namespace = "com.fsck.k9.crypto.openpgp"
}