1
0
Fork 0

updated RoomDB 2.5.0 -> 2.5.1

This commit is contained in:
sspanak 2023-03-27 14:15:15 +03:00 committed by Dimo Karaivanov
parent c6c8cd5058
commit d32bc12098

View file

@ -12,8 +12,8 @@ apply plugin: 'com.android.application'
dependencies {
implementation "androidx.core:core:1.9.0"
implementation 'androidx.preference:preference:1.2.0'
implementation "androidx.room:room-runtime:2.5.0"
annotationProcessor "androidx.room:room-compiler:2.5.0"
implementation "androidx.room:room-runtime:2.5.1"
annotationProcessor "androidx.room:room-compiler:2.5.1"
}
repositories {