Skip to content

Commit

Permalink
Bugfixes for some AndroidX libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Dec 15, 2023
1 parent e0a1fd7 commit a2d8bc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format

[versions]
androidx-lifecycle = "2.6.1" # https://developer.android.com/jetpack/androidx/releases/lifecycle
androidx-lifecycle = "2.6.2" # https://developer.android.com/jetpack/androidx/releases/lifecycle
debugdrawer = "0.9.0" # https://github.com/lenguyenthanh/DebugDrawer
eventbus = "3.3.1"
google-api-client = "2.2.0" # https://github.com/googleapis/google-api-java-client/releases
Expand All @@ -25,17 +25,17 @@ androidx-coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0
androidx-core = "androidx.core:core:1.12.0"
androidx-core-ktx = "androidx.core:core-ktx:1.12.0"
# https://developer.android.com/jetpack/androidx/releases/fragment
androidx-fragment = "androidx.fragment:fragment-ktx:1.6.1"
androidx-fragment = "androidx.fragment:fragment-ktx:1.6.2"
androidx-lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
# https://developer.android.com/jetpack/androidx/releases/paging
androidx-paging = "androidx.paging:paging-runtime-ktx:3.2.0"
androidx-paging = "androidx.paging:paging-runtime-ktx:3.2.1"
androidx-palette = "androidx.palette:palette-ktx:1.0.0"
# https://developer.android.com/jetpack/androidx/releases/preference
androidx-preference = "androidx.preference:preference-ktx:1.2.1"
# https://developer.android.com/jetpack/androidx/releases/recyclerview
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.1"
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.2"
# https://developer.android.com/jetpack/androidx/releases/room
androidx-room-compiler = "androidx.room:room-compiler:2.5.2"
androidx-room-ktx = "androidx.room:room-ktx:2.5.2"
Expand Down

0 comments on commit a2d8bc0

Please sign in to comment.