Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bwt committed Jul 18, 2024
1 parent 03a964c commit f097f3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ dependencies {
implementation(libs.compose.material.icons.extended)

// navigation
implementation(libs.androidx.navigation.compose)
implementation(libs.hilt.navigation.compose)
// Provided by Compose Destinations
// implementation(libs.androidx.navigation.compose)

// Coil
implementation(libs.coil.compose)
Expand Down
13 changes: 7 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

[versions]
agp = "8.5.0"
agp = "8.5.1"
kotlin = "2.0.0"

# https://github.com/google/ksp/releases
ksp = "2.0.0-1.0.22"
ksp = "2.0.0-1.0.23"

#https://github.com/google/dagger/releases
dagger = "2.51.1"
Expand Down Expand Up @@ -37,7 +37,7 @@ workmanager = "2.9.0"
room = "2.6.1"

# https://github.com/coil-kt/coil/blob/main/CHANGELOG.md
coil = "2.6.0"
coil = "2.7.0"

# https://github.com/square/okhttp/blob/master/docs/changelogs/changelog_4x.md
okhttpBom = "4.12.0"
Expand All @@ -53,8 +53,8 @@ accompanist = "0.34.0"
composeDestinations = "1.10.2"

junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
junitVersion = "1.2.1"
espressoCore = "3.6.1"


[libraries]
Expand All @@ -73,7 +73,8 @@ androidx-lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "l
androidx-lifecycle-viewmodel-savedstate = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-savedstate", version.ref = "lifecycle" }

# Navigation
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation" }
# Provided by Compose Destinations
#androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation" }

# Workmanager
workmanager-runtime = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "workmanager" }
Expand Down

0 comments on commit f097f3c

Please sign in to comment.