Skip to content

Commit 2667cc4

Browse files
committed
updating Commons and Room
1 parent e156b85 commit 2667cc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ android {
5151
}
5252

5353
dependencies {
54-
implementation 'com.simplemobiletools:commons:5.17.18'
54+
implementation 'com.simplemobiletools:commons:5.18.14'
5555

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'
56+
kapt 'androidx.room:room-compiler:2.2.1'
57+
implementation 'androidx.room:room-runtime:2.2.1'
58+
annotationProcessor 'androidx.room:room-compiler:2.2.1'
5959
}

0 commit comments

Comments
 (0)