k9-mail/feature/telemetry/glean/build.gradle.kts

17 lines
348 B
Text
Raw Normal View History

2025-11-22 13:56:56 +01:00
plugins {
id(ThunderbirdPlugins.Library.android)
}
android {
namespace = "app.k9mail.feature.telemetry.glean"
resourcePrefix = "telemetry_glean_"
}
dependencies {
api(projects.feature.telemetry.api)
api(libs.okhttp)
implementation(libs.mozilla.components.glean)
implementation(libs.mozilla.components.fetch.okhttp)
}