0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00
thunderbird-android/feature/autodiscovery/demo/build.gradle.kts
Wolf-Martell Montwé 8902b9bae4
Add DemoAutoDiscovery
2024-05-29 16:47:47 +02:00

9 lines
150 B
Plaintext

plugins {
id(ThunderbirdPlugins.Library.jvm)
alias(libs.plugins.android.lint)
}
dependencies {
api(projects.feature.autodiscovery.api)
}