diff --git a/mobile/build.gradle.kts b/mobile/build.gradle.kts index cf5cb0d..2a1a4b8 100644 --- a/mobile/build.gradle.kts +++ b/mobile/build.gradle.kts @@ -6,11 +6,7 @@ plugins { android { namespace = "ru.omni_devel.cards" - compileSdk { - version = release(36) { - minorApiLevel = 1 - } - } + compileSdk = 36 defaultConfig { applicationId = "ru.omni_devel.cards" diff --git a/wear/build.gradle.kts b/wear/build.gradle.kts index e6354ad..2b10ba0 100644 --- a/wear/build.gradle.kts +++ b/wear/build.gradle.kts @@ -6,11 +6,7 @@ plugins { android { namespace = "ru.omni_devel.cards" - compileSdk { - version = release(36) { - minorApiLevel = 1 - } - } + compileSdk = 36 defaultConfig { applicationId = "ru.omni_devel.cards"