From 3ad6d580741bdfd57e427b6bd073d7ccfcd4487a Mon Sep 17 00:00:00 2001 From: zoe-planfit Date: Wed, 18 Jun 2025 11:23:32 +0900 Subject: [PATCH] patch --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index b343dc8..96cede0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -124,7 +124,7 @@ dependencies { testImplementation 'junit:junit:4.13.1' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' //noinspection GradleDependency androidTestImplementation 'org.mockito:mockito-android:3.4.6' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'