diff --git a/app/build.gradle b/app/build.gradle index 0ec758f5..ffd837c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,8 +65,8 @@ dependencies { implementation 'androidx.preference:preference:1.1.0' implementation "androidx.core:core-ktx:1.2.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation "androidx.work:work-runtime-ktx:2.3.2" - implementation "androidx.fragment:fragment-ktx:1.2.2" + implementation "androidx.work:work-runtime-ktx:2.3.4" + implementation "androidx.fragment:fragment-ktx:1.2.3" testImplementation 'junit:junit:4.12' diff --git a/readropsdb/build.gradle b/readropsdb/build.gradle index 942658dc..a5c2d342 100644 --- a/readropsdb/build.gradle +++ b/readropsdb/build.gradle @@ -65,8 +65,8 @@ dependencies { implementation 'androidx.room:room-rxjava2:2.2.5' androidTestImplementation "androidx.room:room-testing:2.2.5" - api 'androidx.paging:paging-runtime:2.1.1' - api 'androidx.paging:paging-common:2.1.1' + api 'androidx.paging:paging-runtime:2.1.2' + api 'androidx.paging:paging-common:2.1.2' api 'joda-time:joda-time:2.10.5' }