Skip to content

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NiroDeveloper committed May 17, 2024
1 parent a5aeda0 commit 082fc68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 3 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdk = 28
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionName = "1.0.0"
vectorDrawables {
useSupportLibrary = true
}
Expand Down Expand Up @@ -60,8 +60,10 @@ dependencies {
implementation(libs.wear.tooling.preview)
implementation(libs.kotlinx.coroutines.android)
implementation(libs.horologist.compose.layout)

androidTestImplementation(platform(libs.compose.bom))
androidTestImplementation(libs.ui.test.junit4)

debugImplementation(libs.ui.tooling)
debugImplementation(libs.ui.test.manifest)
}
11 changes: 5 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
agp = "8.3.2"
kotlin = "1.9.23"
playServicesWearable = "18.1.0"
composeBom = "2024.04.00"
composeBom = "2024.05.00"
composeMaterial = "1.3.1"
composeFoundation = "1.3.1"
activityCompose = "1.7.2"
coreSplashscreen = "1.0.1"
wearToolingPreview = "1.0.0"
material3 = "1.2.1"
kotlinxCoroutinesAndroid = "1.8.1-Beta"
horologistComposeLayout = "0.6.6"
kotlinxCoroutinesAndroid = "1.8.1"
horologistComposeLayout = "0.6.11"
activityCompose="1.9.0"

[libraries]
play-services-wearable = { group = "com.google.android.gms", name = "play-services-wearable", version.ref = "playServicesWearable" }
Expand All @@ -22,7 +21,7 @@ ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
compose-material = { group = "androidx.wear.compose", name = "compose-material", version.ref = "composeMaterial" }
compose-foundation = { group = "androidx.wear.compose", name = "compose-foundation", version.ref = "composeFoundation" }
activity-compose = { group = "androidx.activity", name = "activity-compose"}
activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose"}
core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "coreSplashscreen" }
wear-tooling-preview = { group = "androidx.wear", name = "wear-tooling-preview", version.ref = "wearToolingPreview" }
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
Expand Down

0 comments on commit 082fc68

Please sign in to comment.