updating commons and room

This commit is contained in:
tibbi 2022-07-31 19:10:05 +02:00
parent d5a8c1a68d
commit 9a9adc11f8

View file

@ -65,10 +65,10 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:c05de1687e'
implementation 'com.github.SimpleMobileTools:Simple-Commons:0c82e5f216'
implementation 'androidx.emoji2:emoji2-bundled:1.1.0'
kapt 'androidx.room:room-compiler:2.4.2'
implementation 'androidx.room:room-runtime:2.4.2'
annotationProcessor 'androidx.room:room-compiler:2.4.2'
kapt 'androidx.room:room-compiler:2.4.3'
implementation 'androidx.room:room-runtime:2.4.3'
annotationProcessor 'androidx.room:room-compiler:2.4.3'
}