Skip to content

Commit

Permalink
Bump androidx.recyclerview:recyclerview from 1.3.2 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps androidx.recyclerview:recyclerview from 1.3.2 to 1.4.0.

---
updated-dependencies:
- dependency-name: androidx.recyclerview:recyclerview
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent e14379b commit 55ad4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion basicSample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation(project(":serviceLibrary"))
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.recyclerview:recyclerview:1.4.0")
implementation("com.github.AppDevNext.Logcat:LogcatCoreLib:3.3.1")

implementation("androidx.core:core-ktx:1.15.0")
Expand Down
2 changes: 1 addition & 1 deletion extendedSample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation(project(":serviceLibrary"))

implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.recyclerview:recyclerview:1.4.0")
implementation("androidx.core:core-ktx:1.15.0")
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1")
Expand Down

0 comments on commit 55ad4c5

Please sign in to comment.