Skip to content

Commit e6c4ec7

Browse files
committed
updating commons and room
1 parent d421b91 commit e6c4ec7

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
@@ -65,10 +65,10 @@ android {
6565
}
6666

6767
dependencies {
68-
implementation 'com.github.SimpleMobileTools:Simple-Commons:98e11621bd'
68+
implementation 'com.github.SimpleMobileTools:Simple-Commons:5d5e4e1ac5'
6969
implementation 'androidx.emoji2:emoji2-bundled:1.2.0'
7070

71-
kapt 'androidx.room:room-compiler:2.5.0'
72-
implementation 'androidx.room:room-runtime:2.5.0'
73-
annotationProcessor 'androidx.room:room-compiler:2.5.0'
71+
kapt 'androidx.room:room-compiler:2.5.1'
72+
implementation 'androidx.room:room-runtime:2.5.1'
73+
annotationProcessor 'androidx.room:room-compiler:2.5.1'
7474
}

0 commit comments

Comments
 (0)