Skip to content

Commit

Permalink
Update RecyclerView and collection dependencies to latest stable vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
rubensousa committed Oct 18, 2023
1 parent 802487a commit a706b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ def versions = [:]
versions.minSdkVersion = 21
versions.targetSdkVersion = 33
versions.compileSdkVersion = 33
versions.recyclerview = '1.3.0'
versions.collection = '1.3.0-alpha04'
versions.recyclerview = '1.3.2'
versions.collection = '1.3.0'
versions.constraintLayout = '2.1.4'
versions.lifecycle = '2.5.1'
versions.navigation = '2.5.3'
Expand Down

0 comments on commit a706b99

Please sign in to comment.