Update room dependencies

This commit is contained in:
Shinokuni 2019-10-15 22:32:29 +02:00
parent 287bed7321
commit ae1d9f056a
1 changed files with 3 additions and 3 deletions

View File

@ -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'