Skip to content

Commit 3dadb0c

Browse files
committed
updating commons and room
1 parent fb96109 commit 3dadb0c

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
@@ -63,7 +63,7 @@ android {
6363
}
6464

6565
dependencies {
66-
implementation 'com.github.SimpleMobileTools:Simple-Commons:94b616f462'
66+
implementation 'com.github.SimpleMobileTools:Simple-Commons:c31d0fda56'
6767
implementation 'org.greenrobot:eventbus:3.3.1'
6868
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
6969
implementation 'com.github.tibbi:android-smsmms:33fcaf94d9'
@@ -72,7 +72,7 @@ dependencies {
7272
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3'
7373
implementation 'androidx.lifecycle:lifecycle-process:2.5.1'
7474

75-
kapt "androidx.room:room-compiler:2.5.0"
76-
implementation "androidx.room:room-runtime:2.5.0"
77-
annotationProcessor "androidx.room:room-compiler:2.5.0"
75+
kapt "androidx.room:room-compiler:2.5.1"
76+
implementation "androidx.room:room-runtime:2.5.1"
77+
annotationProcessor "androidx.room:room-compiler:2.5.1"
7878
}

0 commit comments

Comments
 (0)