thunderbird-android/app-feature-preview/build.gradle.kts
2023-04-11 14:17:59 +02:00

19 lines
378 B
Text

plugins {
id(ThunderbirdPlugins.App.androidCompose)
}
android {
namespace = "app.k9mail.feature.preview"
defaultConfig {
applicationId = "net.thunderbird.feature.preview"
versionCode = 1
versionName = "1.0"
}
}
dependencies {
implementation(projects.core.ui.compose.designsystem)
implementation(projects.feature.onboarding)
}