update room version and fix annotation error
This commit is contained in:
parent
5ae74bf222
commit
3fee37ac19
4 changed files with 24 additions and 9 deletions
|
|
@ -89,8 +89,8 @@ dependencies {
|
|||
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||
|
||||
annotationProcessor 'androidx.room:room-compiler:2.2.6'
|
||||
implementation 'androidx.room:room-runtime:2.2.6'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.3.0'
|
||||
implementation 'androidx.room:room-runtime:2.3.0'
|
||||
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
|
||||
implementation 'com.github.bumptech.glide:annotations:4.11.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue