Skip to content

Commit 5a9219a

Browse files
Update compileSdk to 35
1 parent e34a5c4 commit 5a9219a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ androidx-window = "1.3.0"
2222
androidxHiltNavigationCompose = "1.2.0"
2323
coil = "2.7.0"
2424
# @keep
25-
compileSdk = "34"
25+
compileSdk = "35"
2626
compose-latest = "1.7.5"
2727
composeUiTooling = "1.4.0"
2828
coreSplashscreen = "1.0.1"

wear/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
android {
88
namespace = "com.example.wear"
9-
compileSdk = 34
9+
compileSdk = 35
1010

1111
defaultConfig {
1212
applicationId = "com.example.wear"

0 commit comments

Comments
 (0)