We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088e811 commit b49b173Copy full SHA for b49b173
1 file changed
android/sdl_android/build.gradle
@@ -57,11 +57,12 @@ dependencies {
57
api 'androidx.annotation:annotation:1.1.0'
58
annotationProcessor 'androidx.lifecycle:lifecycle-compiler:2.2.0'
59
60
- testImplementation 'junit:junit:4.12'
+ testImplementation 'junit:junit:4.13.2'
61
testImplementation 'org.mockito:mockito-core:5.7.0'
62
+ androidTestImplementation 'androidx.test:rules:1.5.0'
63
androidTestImplementation 'org.mockito:mockito-core:5.7.0'
64
androidTestImplementation 'org.mockito:mockito-android:5.7.0'
- androidTestImplementation 'androidx.test.ext:junit:1.1.1'
65
+ androidTestImplementation 'androidx.test.ext:junit:1.1.5'
66
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
67
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.1'
68
}
0 commit comments