Skip to content

Commit b342336

Browse files
committed
Bump compileSdk and targetSdk versions to 36 in ComposeApp build script
1 parent 8f28c99 commit b342336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ kotlin {
6969

7070
android {
7171
namespace = "sample.app"
72-
compileSdk = 35
72+
compileSdk = 36
7373

7474
defaultConfig {
7575
minSdk = 21
76-
targetSdk = 35
76+
targetSdk = 36
7777

7878
applicationId = "sample.app.androidApp"
7979
versionCode = 1

0 commit comments

Comments
 (0)