Skip to content

Commit

Permalink
Merge pull request #1202 from kul3r4/main
Browse files Browse the repository at this point in the history
Update (Phone) Datalayer compile target 35
  • Loading branch information
kul3r4 authored Nov 1, 2024
2 parents 977debb + 732bb69 commit 81b7f50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DataLayer/Application/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdk = 34
compileSdk = 35

namespace = "com.example.android.wearable.datalayer"

Expand Down
9 changes: 4 additions & 5 deletions DataLayer/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[versions]
android-gradle-plugin = "8.7.1"
androidx-activity = "1.9.3"
androidx-compose-bom = "2024.10.00"
# do not bump to 2.8.0 until bumping to beta version of Compose
androidx-lifecycle = "2.8.6"
androidx-compose-bom = "2024.10.01"
androidx-lifecycle = "2.8.7"
androidx-wear-compose = "1.4.0"
compose-compiler = "1.5.15"
ktlint = "0.50.0"
Expand All @@ -13,8 +12,8 @@ horologist = "0.6.20"
compose-ui-tooling = "1.4.0"
robolectric = "4.13"
roborazzi = "1.29.0"
ui-test-junit4 = "1.7.4"
ui-test-manifest = "1.7.4"
ui-test-junit4 = "1.7.5"
ui-test-manifest = "1.7.5"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
Expand Down

0 comments on commit 81b7f50

Please sign in to comment.