diff --git a/device/app/build.gradle b/device/app/build.gradle index 0fb3bc3..ede8556 100644 --- a/device/app/build.gradle +++ b/device/app/build.gradle @@ -60,7 +60,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.json:json:20250517" androidTestImplementation "androidx.test.ext:junit:1.2.1" - androidTestImplementation "androidx.test:runner:1.6.2" + androidTestImplementation "androidx.test:runner:1.7.0" androidTestImplementation "androidx.test:core:1.6.1" androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" }