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 d421b91 commit e6c4ec7Copy full SHA for e6c4ec7
app/build.gradle
@@ -65,10 +65,10 @@ android {
65
}
66
67
dependencies {
68
- implementation 'com.github.SimpleMobileTools:Simple-Commons:98e11621bd'
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:5d5e4e1ac5'
69
implementation 'androidx.emoji2:emoji2-bundled:1.2.0'
70
71
- kapt 'androidx.room:room-compiler:2.5.0'
72
- implementation 'androidx.room:room-runtime:2.5.0'
73
- 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'
74
0 commit comments