updating room

This commit is contained in:
tibbi 2023-03-25 12:03:38 +01:00
parent 3da2b52c6c
commit 3fb2701403
1 changed files with 2 additions and 2 deletions

View File

@ -77,6 +77,6 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'me.grantland:autofittextview:0.2.1'
implementation 'androidx.room:room-runtime:2.4.3'
kapt 'androidx.room:room-compiler:2.4.3'
implementation 'androidx.room:room-runtime:2.5.0'
kapt 'androidx.room:room-compiler:2.5.0'
}