File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ android {
5151}
5252
5353dependencies {
54- implementation ' com.simplemobiletools:commons:5.13.14 '
54+ implementation ' com.simplemobiletools:commons:5.15.9 '
5555
56- kapt ' androidx.room:room-compiler:2.0 .0'
57- implementation ' androidx.room:room-runtime:2.0 .0'
58- annotationProcessor ' androidx.room:room-compiler:2.0 .0'
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'
5959}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.3.31 '
4+ ext. kotlin_version = ' 1.3.41 '
55
66 repositories {
77 google()
You can’t perform that action at this time.
0 commit comments