Skip to content

Commit

Permalink
feat: update libs, closes #333
Browse files Browse the repository at this point in the history
  • Loading branch information
Malopieds committed Aug 24, 2024
1 parent b489633 commit f9fb211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ json = "20240303"
kotlin = "2.0.0"
compose = "1.6.8"
lifecycle = "2.8.4"
material3 = "1.3.0-beta05"
material3 = "1.3.0-rc01"
media3 = "1.4.0"
room = "2.6.1"
hilt = "2.51.1"
Expand All @@ -21,7 +21,7 @@ concurrent-futures = { group = "androidx.concurrent", name = "concurrent-futures

gradle = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
activity = { group = "androidx.activity", name = "activity-compose", version = "1.9.1" }
navigation = { group = "androidx.navigation", name = "navigation-compose", version = "2.7.7" }
navigation = { group = "androidx.navigation", name = "navigation-compose", version = "2.8.0-rc01" }
hilt-navigation = { group = "androidx.hilt", name = "hilt-navigation-compose", version = "1.2.0" }
datastore = { group = "androidx.datastore", name = "datastore-preferences", version = "1.1.1" }

Expand Down

0 comments on commit f9fb211

Please sign in to comment.