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 e34a5c4 commit 5a9219aCopy full SHA for 5a9219a
gradle/libs.versions.toml
@@ -22,7 +22,7 @@ androidx-window = "1.3.0"
22
androidxHiltNavigationCompose = "1.2.0"
23
coil = "2.7.0"
24
# @keep
25
-compileSdk = "34"
+compileSdk = "35"
26
compose-latest = "1.7.5"
27
composeUiTooling = "1.4.0"
28
coreSplashscreen = "1.0.1"
wear/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
7
android {
8
namespace = "com.example.wear"
9
- compileSdk = 34
+ compileSdk = 35
10
11
defaultConfig {
12
applicationId = "com.example.wear"
0 commit comments