Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC committed Jan 19, 2024
1 parent c4e139e commit a6dc3a2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
androidGradlePlugin = "8.1.4"
androidGradlePlugin = "8.2.1"
kotlinPlugin = "1.9.22"
gradleKtlint = "12.1.0"
activity-ktx = "1.8.1"
activity-ktx = "1.8.2"
androidx-core = "1.5.0"
appcompat = "1.6.1"
browser = "1.7.0"
Expand All @@ -13,26 +13,26 @@ core-splashscreen = "1.0.1"
datastore-preferences = "1.0.0"
fragment-ktx = "1.6.2"
gson = "2.10.1"
dagger-hilt = "2.48.1"
dagger-hilt = "2.50"
junit = "4.13.2"
junit-ktx = "1.1.5"
kotlinx-coroutines-android = "1.7.3"
legacy-support-v4 = "1.0.0"
lifecycle = "2.6.2"
material = "1.10.0"
navigation-fragment-ktx = "2.7.5"
lifecycle = "2.7.0"
material = "1.11.0"
navigation-fragment-ktx = "2.7.6"
okhttp = "4.12.0"
preference-ktx = "1.2.1"
r8 = "8.1.72"
r8 = "8.2.42"
recyclerview = "1.3.2"
retrofit_version = "2.9.0"
robolectric = "4.11.1"
room = "2.6.0"
room = "2.6.1"
runner = "1.5.2"
shimmer = "0.5.0"
swiperefreshlayout = "1.1.0"
window = "1.2.0"
ksp = "1.9.22-1.0.16"
ksp = "1.9.22-1.0.17"

[libraries]
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity-ktx" }
Expand Down

0 comments on commit a6dc3a2

Please sign in to comment.