diff --git a/07_animations/layout_changes/app/build.gradle b/07_animations/layout_changes/app/build.gradle index 7ccdf32d9..445c0b99d 100644 --- a/07_animations/layout_changes/app/build.gradle +++ b/07_animations/layout_changes/app/build.gradle @@ -70,7 +70,7 @@ dependencies { def imagepicker_version = "2.1" def workmanager_version = "2.10.0" def hilt_work_version = "1.2.0" - def paging_version = "3.3.2" + def paging_version = "3.3.4" implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "androidx.core:core-ktx:$core_version"