updating Room to 2.2.1

This commit is contained in:
tibbi 2019-10-27 10:52:26 +01:00
parent d537fff610
commit 115eaa1e97

View file

@ -80,7 +80,7 @@ dependencies {
kapt 'com.github.bumptech.glide:compiler:4.10.0'
kapt 'androidx.room:room-compiler:2.1.0'
implementation 'androidx.room:room-runtime:2.1.0'
annotationProcessor 'androidx.room:room-compiler:2.1.0'
kapt 'androidx.room:room-compiler:2.2.1'
implementation 'androidx.room:room-runtime:2.2.1'
annotationProcessor 'androidx.room:room-compiler:2.2.1'
}