Browse Source

Update dependency androidx.recyclerview:recyclerview to v1.3.1 (#974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/985/head
renovate[bot] 1 year ago committed by GitHub
parent
commit
b43a08710b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      gradle/libs.versions.toml

2
gradle/libs.versions.toml

@ -14,7 +14,7 @@ core = "1.10.1"
datastore = "1.0.0" datastore = "1.0.0"
constraintlayout = "2.1.4" constraintlayout = "2.1.4"
constraintlayout_compose = "1.0.1" constraintlayout_compose = "1.0.1"
recyclerview = "1.3.0" recyclerview = "1.3.1"
lifecycle = "2.6.1" lifecycle = "2.6.1"
activity = "1.7.2" activity = "1.7.2"
startup = "1.1.1" startup = "1.1.1"

Loading…
Cancel
Save