updating commons and room

This commit is contained in:
tibbi 2023-05-04 23:07:51 +02:00
parent d421b910fe
commit e6c4ec7021
1 changed files with 4 additions and 4 deletions

View File

@ -65,10 +65,10 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:98e11621bd'
implementation 'com.github.SimpleMobileTools:Simple-Commons:5d5e4e1ac5'
implementation 'androidx.emoji2:emoji2-bundled:1.2.0'
kapt 'androidx.room:room-compiler:2.5.0'
implementation 'androidx.room:room-runtime:2.5.0'
annotationProcessor 'androidx.room:room-compiler:2.5.0'
kapt 'androidx.room:room-compiler:2.5.1'
implementation 'androidx.room:room-runtime:2.5.1'
annotationProcessor 'androidx.room:room-compiler:2.5.1'
}