We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a8c1a commit 9a9adc1Copy full SHA for 9a9adc1
app/build.gradle
@@ -65,10 +65,10 @@ android {
65
}
66
67
dependencies {
68
- implementation 'com.github.SimpleMobileTools:Simple-Commons:c05de1687e'
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:0c82e5f216'
69
implementation 'androidx.emoji2:emoji2-bundled:1.1.0'
70
71
- kapt 'androidx.room:room-compiler:2.4.2'
72
- implementation 'androidx.room:room-runtime:2.4.2'
73
- 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'
74
0 commit comments