Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Sep 4, 2023
1 parent 6f4c8aa commit 9d782ac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ coroutines = "1.7.3"
dagger = "2.48"
espresso = "3.5.1"
jackson = "2.15.2"
lifecycle = "2.5.1" # 2.6.1
navigation = "2.5.3" # 2.7.0
room = "2.4.3" # 2.5.2
lifecycle = "2.6.1"
navigation = "2.6.0" # 2.7.1 requires API 34.
room = "2.5.2"
tox4j-android = "0.2.18"
tox4j-core = "0.2.3"

Expand All @@ -24,11 +24,11 @@ androidApplication = { id = "com.android.application", version.ref = "android-pl
androidLibrary = { id = "com.android.library", version.ref = "android-plugin" }

[libraries]
androidx-activity = "androidx.activity:activity:1.5.1" # 1.7.2
androidx-appcompat = "androidx.appcompat:appcompat:1.4.2" # 1.6.1
androidx-activity = "androidx.activity:activity:1.7.2"
androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
androidx-core-ktx = "androidx.core:core-ktx:1.8.0" # 1.10.1
androidx-fragment = "androidx.fragment:fragment:1.5.7" # 1.6.1
androidx-core-ktx = "androidx.core:core-ktx:1.10.1"
androidx-fragment = "androidx.fragment:fragment:1.6.1"

androidx-multidex = "androidx.multidex:multidex:2.0.1"
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigation" }
Expand All @@ -45,7 +45,7 @@ androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
androidx-room-testing = { module = "androidx.room:room-testing", version.ref = "room" }

google-android-material = "com.google.android.material:material:1.5.0" # 1.9.0
google-android-material = "com.google.android.material:material:1.9.0"
google-dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
google-dagger-core = { module = "com.google.dagger:dagger", version.ref = "dagger" }

Expand Down

0 comments on commit 9d782ac

Please sign in to comment.