0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00
thunderbird-android/feature/autodiscovery/demo/build.gradle.kts

9 lines
150 B
Plaintext
Raw Permalink Normal View History

2024-02-09 13:37:45 +01:00
plugins {
id(ThunderbirdPlugins.Library.jvm)
alias(libs.plugins.android.lint)
}
dependencies {
api(projects.feature.autodiscovery.api)
}