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 a143e10 commit 3d213c9Copy full SHA for 3d213c9
app/build.gradle
@@ -65,11 +65,11 @@ android {
65
}
66
67
dependencies {
68
- implementation 'com.github.SimpleMobileTools:Simple-Commons:d6cddfa7d8'
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:2d4e07e5f4'
69
implementation 'androidx.emoji2:emoji2-bundled:1.2.0'
70
implementation 'androidx.autofill:autofill:1.1.0'
71
72
- kapt 'androidx.room:room-compiler:2.5.1'
73
- implementation 'androidx.room:room-runtime:2.5.1'
74
- annotationProcessor 'androidx.room:room-compiler:2.5.1'
+ kapt 'androidx.room:room-compiler:2.5.2'
+ implementation 'androidx.room:room-runtime:2.5.2'
+ annotationProcessor 'androidx.room:room-compiler:2.5.2'
75
0 commit comments