android { defaultConfig { minSdk = 25 } } dependencies { implementation(libs.wear.foundation) implementation(libs.wear.material3) implementation(libs.wear.ui.tooling) }