File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ dependencies {
105105 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
106106
107107 testImplementation ' junit:junit:4.13.2'
108- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
108+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
109109 androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0'
110110 androidTestImplementation " androidx.compose.ui:ui-test-junit4:$compose_version "
111111 debugImplementation " androidx.compose.ui:ui-tooling:$compose_version "
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
3939 implementation ' androidx.appcompat:appcompat:1.7.1'
4040 implementation ' com.google.android.material:material:1.13.0'
4141 testImplementation ' junit:junit:4.13.2'
42- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
42+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
4343 androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0'
4444 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
4545
Original file line number Diff line number Diff line change @@ -63,6 +63,6 @@ dependencies {
6363 implementation ' androidx.hilt:hilt-navigation-compose:1.3.0'
6464
6565 testImplementation ' junit:junit:4.13.2'
66- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
66+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
6767 androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0'
6868}
You can’t perform that action at this time.
0 commit comments