File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ dependencies {
36
36
implementation " com.squareup.moshi:moshi:${ Versions.moshi} "
37
37
implementation " com.squareup.retrofit2:converter-moshi:${ Versions.retrofit_moshi_converter} "
38
38
implementation " com.github.bumptech.glide:glide:${ Versions.glide} "
39
+ implementation " androidx.constraintlayout:constraintlayout:${ Versions.constraint_layout} "
39
40
testImplementation " junit:junit:${ Versions.junit} "
40
41
testImplementation " com.nhaarman.mockitokotlin2:mockito-kotlin:${ Versions.mockito_kotlin} "
41
42
testImplementation " org.mockito:mockito-inline:${ Versions.mockito_inline} "
Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ object Versions {
20
20
const val moshi = " 1.9.3"
21
21
const val retrofit_moshi_converter = " 2.8.1"
22
22
const val glide = " 4.11.0"
23
+ const val constraint_layout = " 2.0.1"
23
24
}
You can’t perform that action at this time.
0 commit comments