updating room to 2.3.0

This commit is contained in:
tibbi 2021-05-13 21:22:57 +02:00
parent 97e16e06d7
commit acc6890a08
1 changed files with 3 additions and 3 deletions

View File

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