Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gimbergsson committed Feb 25, 2025
1 parent 8e69628 commit caec6ee
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
18 changes: 8 additions & 10 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kotlin = "2.1.0"
androidGradlePlugin = "8.8.1"
kotlinGradlePlugin = "2.0.20"
hiltGradlePlugin = "2.51.1"
maven-publish="0.28.0"
compose-plugin = "1.6.11"
hilt = "2.54"
gson = "2.11.0"
Expand All @@ -16,13 +15,13 @@ appwrite-ktx = "6.1.0"

# AndroidX
ktx = "1.15.0"
activity = "1.9.3"
fragment = "1.8.5"
activity = "1.10.0"
fragment = "1.8.6"
lifecycle = "2.8.7"
preference = "1.2.1"
appcompat = "1.7.0"
constraintlayout = "2.2.0"
navigation = "2.8.5"
navigation = "2.8.7"
espressoCore = "3.6.1"
androidXTestCore = "1.6.1"
androidXTestJunit = "1.2.1"
Expand All @@ -33,16 +32,16 @@ work = "2.10.0"
wear = "1.3.0"
wearInput = "1.1.0"
wearToolingPreview = "1.0.0"
compose-bom = "2024.12.01"
compose-runtime = "1.7.6"
compose-bom = "2025.02.00"
compose-runtime = "1.7.8"
compose-compiler = "1.5.15"
material = "1.12.0"
playServicesWearable = "19.0.0"
playServicesTasks = "18.2.0"
splashscreen = "1.2.0-alpha02"
wear-compose-foundation = "1.4.0"
wear-compose-material = "1.4.0"
wear-compose-material-core = "1.4.0"
wear-compose-foundation = "1.4.1"
wear-compose-material = "1.4.1"
wear-compose-material-core = "1.4.1"

# KotlinX
corutines = "1.9.0"
Expand Down Expand Up @@ -126,7 +125,6 @@ appwrite-kotlin = { group = "io.appwrite", name = "sdk-for-kotlin", version.ref

[plugins]
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
androidx-compose-compiler = { id = "androidx.compose.compiler", version.ref = "compose-bom" }

android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
Expand Down
5 changes: 5 additions & 0 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,18 @@ dependencies {
debugImplementation(libs.androidx.compose.ui.tooling)
implementation(libs.androidx.compose.ui.tooling.preview)

implementation(libs.androidx.wear)
implementation(libs.androidx.wear.tooling.preview)

implementation(libs.androidx.ktx)
implementation(libs.androidx.appcompat)
implementation(libs.androidx.lifecycle.runtime)
implementation(libs.androidx.lifecycle.livedata)
implementation(libs.androidx.lifecycle.viewmodel)
implementation(libs.androidx.work)

implementation(libs.play.services.wearable)
implementation(libs.play.services.tasks)

implementation(libs.material)

Expand Down
6 changes: 4 additions & 2 deletions wearos/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ dependencies {

implementation(libs.androidx.compose.ui.tooling.preview)
implementation(libs.androidx.compose.material3)
implementation(libs.play.services.wearable)
implementation(libs.play.services.tasks)

implementation(libs.androidx.ktx)
implementation(libs.androidx.splashscreen)
Expand All @@ -116,8 +114,12 @@ dependencies {
implementation(libs.androidx.wear.input)
implementation(libs.androidx.wear.tooling.preview)

implementation(libs.play.services.wearable)
implementation(libs.play.services.tasks)

implementation(libs.kotlinx.corutines.core)
implementation(libs.kotlinx.corutines.play.services)

implementation(libs.jetbrain.corutines.android)
implementation(libs.jetbrain.corutines.guava)

Expand Down

0 comments on commit caec6ee

Please sign in to comment.