Skip to content

Commit b49b173

Browse files
committed
add androidTestImplementation 'androidx.test:rules:1.5.0' to test permission in unit test, update unit test imports
1 parent 088e811 commit b49b173

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

android/sdl_android/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ dependencies {
5757
api 'androidx.annotation:annotation:1.1.0'
5858
annotationProcessor 'androidx.lifecycle:lifecycle-compiler:2.2.0'
5959

60-
testImplementation 'junit:junit:4.12'
60+
testImplementation 'junit:junit:4.13.2'
6161
testImplementation 'org.mockito:mockito-core:5.7.0'
62+
androidTestImplementation 'androidx.test:rules:1.5.0'
6263
androidTestImplementation 'org.mockito:mockito-core:5.7.0'
6364
androidTestImplementation 'org.mockito:mockito-android:5.7.0'
64-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
65+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
6566
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
6667
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.1'
6768
}

0 commit comments

Comments
 (0)