Skip to content

Commit

Permalink
🤖 Update Dependencies (#391)
Browse files Browse the repository at this point in the history
* 🤖 Update Dependencies

* Update compileSdk to 35

---------

Co-authored-by: Jolanda Verhoef <[email protected]>
  • Loading branch information
1 parent 1da22a0 commit f595a0d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
[versions]
accompanist = "0.36.0"
androidGradlePlugin = "8.7.0"
androidx-activity-compose = "1.9.2"
androidGradlePlugin = "8.7.2"
androidx-activity-compose = "1.9.3"
androidx-appcompat = "1.7.0"
androidx-compose-bom = "2024.09.03"
androidx-compose-bom = "2024.10.01"
androidx-compose-ui-test = "1.7.0-alpha08"
androidx-constraintlayout = "2.1.4"
androidx-constraintlayout-compose = "1.0.1"
androidx-constraintlayout = "2.2.0"
androidx-constraintlayout-compose = "1.1.0"
androidx-coordinator-layout = "1.2.0"
androidx-corektx = "1.13.1"
androidx-corektx = "1.15.0"
androidx-emoji2-views = "1.5.0"
androidx-fragment-ktx = "1.8.4"
androidx-fragment-ktx = "1.8.5"
androidx-glance-appwidget = "1.1.1"
androidx-lifecycle-compose = "2.8.6"
androidx-lifecycle-runtime-compose = "2.8.6"
androidx-navigation = "2.8.2"
androidx-lifecycle-compose = "2.8.7"
androidx-lifecycle-runtime-compose = "2.8.7"
androidx-navigation = "2.8.3"
androidx-paging = "3.3.2"
androidx-test = "1.6.1"
androidx-test-espresso = "3.6.1"
androidx-window = "1.3.0"
androidxHiltNavigationCompose = "1.2.0"
coil = "2.7.0"
# @keep
compileSdk = "34"
compose-latest = "1.7.3"
compileSdk = "35"
compose-latest = "1.7.5"
composeUiTooling = "1.4.0"
coreSplashscreen = "1.0.1"
coroutines = "1.9.0"
Expand All @@ -33,21 +33,21 @@ gradle-versions = "0.51.0"
hilt = "2.52"
horologist = "0.6.20"
junit = "4.13.2"
kotlin = "2.0.20"
kotlin = "2.0.21"
kotlinxSerializationJson = "1.7.3"
ksp = "2.0.20-1.0.25"
maps-compose = "6.1.2"
material = "1.13.0-alpha06"
ksp = "2.0.21-1.0.26"
maps-compose = "6.2.0"
material = "1.13.0-alpha07"
material3-adaptive = "1.0.0"
material3-adaptive-navigation-suite = "1.3.0"
material3-adaptive-navigation-suite = "1.3.1"
media3 = "1.4.1"
# @keep
minSdk = "21"
playServicesWearable = "18.2.0"
recyclerview = "1.3.2"
# @keep
targetSdk = "34"
version-catalog-update = "0.8.4"
version-catalog-update = "0.8.5"
wearComposeFoundation = "1.4.0"
wearComposeMaterial = "1.4.0"

Expand Down Expand Up @@ -108,7 +108,7 @@ androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-te
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" }
androidx-test-runner = "androidx.test:runner:1.6.2"
androidx-window-core = { module = "androidx.window:window-core", version.ref = "androidx-window" }
androidx-work-runtime-ktx = "androidx.work:work-runtime-ktx:2.9.1"
androidx-work-runtime-ktx = "androidx.work:work-runtime-ktx:2.10.0"
coil-kt-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
compose-foundation = { module = "androidx.wear.compose:compose-foundation", version.ref = "wearComposeFoundation" }
compose-material = { module = "androidx.wear.compose:compose-material", version.ref = "wearComposeMaterial" }
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 f595a0d

Please sign in to comment.