updating Room to 2.2.1
This commit is contained in:
parent
d537fff610
commit
115eaa1e97
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue