11 lines
197 B
Kotlin
11 lines
197 B
Kotlin
android {
|
|
defaultConfig {
|
|
minSdk = 25
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.wear.foundation)
|
|
implementation(libs.wear.material3)
|
|
implementation(libs.wear.ui.tooling)
|
|
} |