Skip to content

Commit 9a9adc1

Browse files
committed
updating commons and room
1 parent d5a8c1a commit 9a9adc1

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:c05de1687e'
68+
implementation 'com.github.SimpleMobileTools:Simple-Commons:0c82e5f216'
6969
implementation 'androidx.emoji2:emoji2-bundled:1.1.0'
7070

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

0 commit comments

Comments
 (0)