Skip to content

Commit 2fbf09f

Browse files
committed
updating commons and room
1 parent 3976a50 commit 2fbf09f

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

6565
dependencies {
66-
implementation 'com.github.SimpleMobileTools:Simple-Commons:a98c3fa30f'
66+
implementation 'com.github.SimpleMobileTools:Simple-Commons:303493a688'
6767
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3'
6868
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
6969
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
7070
implementation 'me.grantland:autofittextview:0.2.1'
7171

72-
kapt "androidx.room:room-compiler:2.5.0"
73-
implementation "androidx.room:room-runtime:2.5.0"
74-
annotationProcessor "androidx.room:room-compiler:2.5.0"
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"
7575
}

0 commit comments

Comments
 (0)