Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Versions {
const val androidXNavigation = "2.3.5"
const val androidXPreference = "1.1.1"
const val androidXRecyclerView = "1.2.0"
const val androidXRecyclerViewSelection = "1.2.0-alpha01"
const val androidXRecyclerViewSelection = "1.2.0"
const val androidXRoom = "2.4.0-alpha02"
const val androidXStartup = "1.0.0"
const val androidXWorkManager = "2.6.0-alpha02"
Expand Down
Loading