From 4d3783337833035d5df969dbf2433f32272fb4ab Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Sun, 2 Jul 2023 14:51:51 -0400 Subject: [PATCH] A junit (#5369) * only:andorid progress lol * only:androidx.test.ext:junit:1.1.3 --------- Co-authored-by: rusefillc --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 84e726ea49..68dc8b789a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation 'androidx.navigation:navigation-ui:2.1.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' }