Skip to content

Commit

Permalink
Update androidx.test:core:1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Dec 2, 2024
1 parent ecc2e52 commit e354101
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
7 changes: 2 additions & 5 deletions java/src/test/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,8 @@ dependencies {
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test:rules:1.4.0'
implementation project("androidx.test:core:1.5.0")
implementation project("androidx.test.espresso:espresso-core:3.5.0")
androidTestImplementation 'com.microsoft.appcenter:espresso-test-extension:1.4'

// dependencies for onnxruntime-android-qnn
Expand Down
4 changes: 2 additions & 2 deletions js/react_native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ dependencies {
api "com.facebook.react:react-native:" + REACT_NATIVE_VERSION
api "org.mockito:mockito-core:2.28.2"

androidTestImplementation "androidx.test:runner:1.1.0"
androidTestImplementation "androidx.test:rules:1.1.0"
implementation project("androidx.test:core:1.5.0")
implementation project("androidx.test.espresso:espresso-core:3.5.0")

implementation "junit:junit:4.12"

Expand Down
6 changes: 2 additions & 4 deletions js/react_native/e2e/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ dependencies {
implementation "com.facebook.react:react-native:+" // From node_modules

implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
implementation 'androidx.test.ext:junit:1.1.3'
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
exclude group:'com.facebook.fbjni'
}
Expand All @@ -213,9 +212,8 @@ dependencies {
implementation jscFlavor
}

androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test:rules:1.4.0'
implementation project("androidx.test:core:1.5.0")
implementation project("androidx.test.espresso:espresso-core:3.5.0")

implementation project(':onnxruntime-react-native')
// specify ORT dependency here so it can be found in libs flatDir repository
Expand Down

0 comments on commit e354101

Please sign in to comment.