Update dependencies
This commit is contained in:
parent
a4abf3b53a
commit
4fc9f99158
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue