Skip to content

Commit

Permalink
Update compileSdk to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
JolandaVerhoef committed Nov 6, 2024
1 parent e34a5c4 commit 5a9219a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ androidx-window = "1.3.0"
androidxHiltNavigationCompose = "1.2.0"
coil = "2.7.0"
# @keep
compileSdk = "34"
compileSdk = "35"
compose-latest = "1.7.5"
composeUiTooling = "1.4.0"
coreSplashscreen = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

android {
namespace = "com.example.wear"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.example.wear"
Expand Down

0 comments on commit 5a9219a

Please sign in to comment.