updating room to 2.3.0
This commit is contained in:
parent
97e16e06d7
commit
acc6890a08
|
@ -101,9 +101,9 @@ dependencies {
|
|||
|
||||
kapt 'com.github.bumptech.glide:compiler:4.10.0'
|
||||
|
||||
kapt 'androidx.room:room-compiler:2.2.6'
|
||||
implementation 'androidx.room:room-runtime:2.2.6'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.2.6'
|
||||
kapt 'androidx.room:room-compiler:2.3.0'
|
||||
implementation 'androidx.room:room-runtime:2.3.0'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.3.0'
|
||||
}
|
||||
|
||||
// Apply the PESDKPlugin
|
||||
|
|
Loading…
Reference in New Issue