File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,17 @@ dependencies {
40
40
implementation project(' :universal_adapter' )
41
41
42
42
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
43
- implementation ' androidx.appcompat:appcompat:1.2.0 '
44
- implementation ' androidx.core:core-ktx:1.3.2 '
45
- implementation ' androidx.constraintlayout:constraintlayout:2.0.4 '
43
+ implementation ' androidx.appcompat:appcompat:1.3.1 '
44
+ implementation ' androidx.core:core-ktx:1.6.0 '
45
+ implementation ' androidx.constraintlayout:constraintlayout:2.1.1 '
46
46
testImplementation ' junit:junit:4.13.1'
47
- androidTestImplementation ' androidx.test:runner:1.3 .0'
48
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.3 .0'
47
+ androidTestImplementation ' androidx.test:runner:1.4 .0'
48
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.4 .0'
49
49
50
50
51
51
// todo step 2
52
52
implementation ' androidx.lifecycle:lifecycle-extensions:2.2.0'
53
- implementation ' com.google.android.material:material:1.3 .0'
53
+ implementation ' com.google.android.material:material:1.4 .0'
54
54
implementation ' com.makeramen:roundedimageview:2.3.0'
55
55
// ViewModel
56
56
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
You can’t perform that action at this time.
0 commit comments