Skip to content

Commit

Permalink
Bump paging_version from 3.2.0 to 3.2.1
Browse files Browse the repository at this point in the history
Bumps `paging_version` from 3.2.0 to 3.2.1.

Updates `androidx.paging:paging-common-ktx` from 3.2.0 to 3.2.1

Updates `androidx.paging:paging-runtime-ktx` from 3.2.0 to 3.2.1

---
updated-dependencies:
- dependency-name: androidx.paging:paging-common-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.paging:paging-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent c5be008 commit f9c597e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencies {

def room_version = '2.5.2'
implementation "androidx.room:room-paging:$room_version"
def paging_version = '3.2.0'
def paging_version = '3.2.1'
implementation "androidx.paging:paging-common-ktx:$paging_version"
implementation "androidx.paging:paging-runtime-ktx:$paging_version"
// currently there was no 3.1.1 of paging-compose
Expand Down

0 comments on commit f9c597e

Please sign in to comment.