Also bump Wear OS companion targetSdk

This commit is contained in:
Sylvia van Os committed 2026-09-18 20:03:07 +02:00
1 parent 0fdfb222a0
commit afcb0fcf4d
1 file changed
+2 -2
+2 -2
View File
@@ -10,12 +10,12 @@ kotlin {
android {
namespace = "me.hackerchick.catima.wear"
compileSdk = 36
compileSdk = 37
defaultConfig {
applicationId = "me.hackerchick.catima"
minSdk = 26
targetSdk = 36
targetSdk = 37
versionCode = 201
versionName = "1.0.1 Wear OS"
}