File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,9 @@ android {
37
37
38
38
dependencies {
39
39
40
- implementation ' androidx.core:core-ktx:1.7.0'
41
- implementation ' androidx.appcompat:appcompat:1.4.0'
42
- implementation ' com.google.android.material:material:1.4.0'
43
- implementation ' androidx.constraintlayout:constraintlayout:2.1.2'
44
40
implementation ' androidx.navigation:navigation-fragment-ktx:2.3.5'
45
41
implementation ' androidx.navigation:navigation-ui-ktx:2.3.5'
46
42
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
47
- testImplementation ' junit:junit:4.13.2'
48
- androidTestImplementation ' androidx.test.ext:junit:1.1.3'
49
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
50
43
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
51
44
implementation " androidx.core:core-ktx:1.7.0"
52
45
implementation " androidx.appcompat:appcompat:$appCompatVersion "
@@ -60,6 +53,6 @@ dependencies {
60
53
androidTestImplementation " androidx.test.espresso:espresso-contrib:$espressoVersion "
61
54
androidTestImplementation " androidx.test:runner:$androidTestVersion "
62
55
androidTestImplementation " androidx.test:rules:$androidTestVersion "
63
- androidTestImplementation " androidx.test.ext:junit:1.1.3 "
56
+ androidTestImplementation " androidx.test.ext:junit:$j unitExtversion "
64
57
implementation ' de.hdodenhof:circleimageview:3.1.0'
65
58
}
Original file line number Diff line number Diff line change 19
19
coreVersion = ' 1.3.2'
20
20
constraintLayoutVersion = ' 2.0.4'
21
21
junitVersion = ' 4.13.2'
22
- junitExtversion = ' 1.1.2 '
22
+ junitExtversion = ' 1.1.3 '
23
23
espressoVersion = ' 3.4.0'
24
24
androidTestVersion = ' 1.4.0'
25
25
materialVersion = ' 1.2.1'
You can’t perform that action at this time.
0 commit comments