Skip to content

Commit 9225d9d

Browse files
committed
build: Update compileSdk and targetSdk to 36
1 parent a69d3f5 commit 9225d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ plugins {
2727
}
2828

2929
android {
30-
compileSdk = 35
31-
targetSdk = 35
30+
compileSdk = 36
31+
targetSdk = 36
3232
minSdk = 27
3333
}
3434

0 commit comments

Comments
 (0)