thunderbird-android/app/crypto-openpgp/build.gradle
2023-02-16 15:58:43 +01:00

11 lines
163 B
Groovy

plugins {
id "thunderbird.library.android"
}
dependencies {
implementation project(":app:core")
}
android {
namespace 'com.fsck.k9.crypto.openpgp'
}