diff --git a/CHANGELOG.md b/CHANGELOG.md index 671bca2..cef0b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Updated Polish translation thanks to Evo (@verahawk). - Updated Norwegian Bokmål translation thanks to Allan Nordhøy (@kingu). - Updated Ukrainian translation thanks to z Z z ([@ruslan.zeezu](https://hosted.weblate.org/user/ruslan.zeezu/)). +- Updated dependencies (recyclerview-selection, material, work-runtime). ## [0.5.12] - 2020-12-16 diff --git a/app/build.gradle b/app/build.gradle index 6ce3637..e46e632 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,11 +51,11 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' - implementation 'androidx.recyclerview:recyclerview-selection:1.0.0' + implementation 'androidx.recyclerview:recyclerview-selection:1.1.0' implementation 'androidx.paging:paging-runtime:2.1.2' - implementation 'com.google.android.material:material:1.2.1' + implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.preference:preference:1.1.1' - implementation 'androidx.work:work-runtime:2.4.0' + implementation 'androidx.work:work-runtime:2.5.0' implementation 'org.greenrobot:greendao:3.3.0' implementation "org.greenrobot:eventbus:$eventbus_version" annotationProcessor "org.greenrobot:eventbus-annotation-processor:$eventbus_version"