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 9b6adb0 commit eaeef9bCopy full SHA for eaeef9b
app/build.gradle
@@ -65,10 +65,10 @@ android {
65
}
66
67
dependencies {
68
- implementation 'com.github.SimpleMobileTools:Simple-Commons:d0ea181610'
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:98e11621bd'
69
implementation 'androidx.emoji2:emoji2-bundled:1.2.0'
70
71
- kapt 'androidx.room:room-compiler:2.4.3'
72
- implementation 'androidx.room:room-runtime:2.4.3'
73
- annotationProcessor 'androidx.room:room-compiler:2.4.3'
+ kapt 'androidx.room:room-compiler:2.5.0'
+ implementation 'androidx.room:room-runtime:2.5.0'
+ annotationProcessor 'androidx.room:room-compiler:2.5.0'
74
app/src/main/res/drawable/ic_space_bar_vector.xml
0 commit comments