diff --git a/android/app/build.gradle b/android/app/build.gradle index f1297807e5..0f9327f1d4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -402,6 +402,7 @@ dependencies { implementation 'net.jcip:jcip-annotations:1.0' // Test Dependencies + androidTestImplementation 'androidx.test.ext:junit:1.1.5' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.8.0' testImplementation 'org.mockito:mockito-inline:5.2.0'