mirror of https://github.com/readrops/Readrops.git
Update room dependencies
This commit is contained in:
parent
287bed7321
commit
ae1d9f056a
|
@ -69,9 +69,9 @@ dependencies {
|
|||
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
|
||||
kapt 'androidx.lifecycle:lifecycle-common-java8:2.1.0'
|
||||
|
||||
implementation 'androidx.room:room-runtime:2.1.0'
|
||||
kapt 'androidx.room:room-compiler:2.1.0'
|
||||
implementation 'android.arch.persistence.room:rxjava2:1.1.1'
|
||||
implementation 'androidx.room:room-runtime:2.2.0'
|
||||
kapt 'androidx.room:room-compiler:2.2.0'
|
||||
implementation 'androidx.room:room-rxjava2:2.2.0'
|
||||
|
||||
implementation 'androidx.paging:paging-runtime:2.1.0'
|
||||
implementation 'androidx.paging:paging-common:2.1.0'
|
||||
|
|
Loading…
Reference in New Issue