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 e156b85 commit 2667cc4Copy full SHA for 2667cc4
app/build.gradle
@@ -51,9 +51,9 @@ android {
51
}
52
53
dependencies {
54
- implementation 'com.simplemobiletools:commons:5.17.18'
+ implementation 'com.simplemobiletools:commons:5.18.14'
55
56
- kapt 'androidx.room:room-compiler:2.1.0'
57
- implementation 'androidx.room:room-runtime:2.1.0'
58
- annotationProcessor 'androidx.room:room-compiler:2.1.0'
+ kapt 'androidx.room:room-compiler:2.2.1'
+ implementation 'androidx.room:room-runtime:2.2.1'
+ annotationProcessor 'androidx.room:room-compiler:2.2.1'
59
0 commit comments