Skip to content

Commit

Permalink
remove react.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jul 30, 2024
1 parent b5990e1 commit 0246310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/react_native/e2e/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ project.ext.react = [
entryFile: "index.tsx",
]

apply from: "../../node_modules/react-native/react.gradle"
// apply from: "../../node_modules/react-native/react.gradle"

/**
* Set this to true to create two separate APKs instead of one:
Expand Down Expand Up @@ -217,7 +217,7 @@ dependencies {
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test:rules:1.4.0'

implementation project(':onnxruntime-react-native')
cd implementation project(':onnxruntime-react-native')
// specify ORT dependency here so it can be found in libs flatDir repository
implementation "com.microsoft.onnxruntime:onnxruntime-android:latest.integration@aar"
}
Expand Down

0 comments on commit 0246310

Please sign in to comment.