Skip to content

Commit 173029f

Browse files
committed
gradle: Cleanup and upgrading
1 parent aade656 commit 173029f

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

app/build.gradle

+1-8
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,9 @@ android {
3737

3838
dependencies {
3939

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'
4440
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
4541
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
4642
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'
5043
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
5144
implementation "androidx.core:core-ktx:1.7.0"
5245
implementation "androidx.appcompat:appcompat:$appCompatVersion"
@@ -60,6 +53,6 @@ dependencies {
6053
androidTestImplementation "androidx.test.espresso:espresso-contrib:$espressoVersion"
6154
androidTestImplementation "androidx.test:runner:$androidTestVersion"
6255
androidTestImplementation "androidx.test:rules:$androidTestVersion"
63-
androidTestImplementation "androidx.test.ext:junit:1.1.3"
56+
androidTestImplementation "androidx.test.ext:junit:$junitExtversion"
6457
implementation 'de.hdodenhof:circleimageview:3.1.0'
6558
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ext {
1919
coreVersion = '1.3.2'
2020
constraintLayoutVersion = '2.0.4'
2121
junitVersion = '4.13.2'
22-
junitExtversion = '1.1.2'
22+
junitExtversion = '1.1.3'
2323
espressoVersion = '3.4.0'
2424
androidTestVersion = '1.4.0'
2525
materialVersion = '1.2.1'

0 commit comments

Comments
 (0)