updating commons and room

This commit is contained in:
tibbi 2023-07-17 17:39:41 +02:00
parent f3dce51add
commit 8972ffc1f6
1 changed files with 4 additions and 4 deletions

View File

@ -63,9 +63,9 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740'
implementation 'com.github.SimpleMobileTools:Simple-Commons:a9c3b63377'
kapt "androidx.room:room-compiler:2.5.1"
implementation "androidx.room:room-runtime:2.5.1"
annotationProcessor "androidx.room:room-compiler:2.5.1"
kapt "androidx.room:room-compiler:2.5.2"
implementation "androidx.room:room-runtime:2.5.2"
annotationProcessor "androidx.room:room-compiler:2.5.2"
}