updated RoomDB 2.5.0 -> 2.5.1
This commit is contained in:
parent
c6c8cd5058
commit
d32bc12098
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ apply plugin: 'com.android.application'
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "androidx.core:core:1.9.0"
|
implementation "androidx.core:core:1.9.0"
|
||||||
implementation 'androidx.preference:preference:1.2.0'
|
implementation 'androidx.preference:preference:1.2.0'
|
||||||
implementation "androidx.room:room-runtime:2.5.0"
|
implementation "androidx.room:room-runtime:2.5.1"
|
||||||
annotationProcessor "androidx.room:room-compiler:2.5.0"
|
annotationProcessor "androidx.room:room-compiler:2.5.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue