We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2434d9a commit 4c5d049Copy full SHA for 4c5d049
compose/snippets/build.gradle.kts
@@ -25,7 +25,7 @@ plugins {
25
}
26
27
android {
28
- compileSdk = 36
+ compileSdk = libs.versions.compileSdk.get().toInt()
29
namespace = "com.example.compose.snippets"
30
31
defaultConfig {
views/build.gradle.kts
@@ -19,7 +19,7 @@ plugins {
19
20
21
namespace = "com.example.example.snippet.views"
22
- compileSdk = 35
+ compileSdk = 36
23
24
minSdk = 35
0 commit comments