Skip to content

Commit

Permalink
Update paging to v3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent e8cdc11 commit ee74848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp:4.12.0")

// Paging
val paging = "3.3.5"
val paging = "3.3.6"

implementation("androidx.paging:paging-runtime:$paging")
implementation("androidx.paging:paging-compose:$paging")
Expand Down

0 comments on commit ee74848

Please sign in to comment.