We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04755df commit 5b1d0b7Copy full SHA for 5b1d0b7
3 files changed
android/build.gradle
@@ -103,7 +103,7 @@ dependencies {
103
implementation "com.facebook.react:react-android:+"
104
implementation 'org.opencv:opencv:4.10.0'
105
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
106
- implementation(files("libs/executorch.aar"))
+ implementation("com.github.software-mansion:react-native-executorch:main-SNAPSHOT")
107
108
implementation("com.squareup.okhttp3:okhttp:4.9.2")
109
}
android/libs/executorch.aar
-12 MB
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-executorch",
3
- "version": "0.4.1",
+ "version": "0.4.2",
4
"description": "An easy way to run AI models in react native with ExecuTorch",
5
"source": "./src/index.ts",
6
"main": "./lib/commonjs/index.js",
0 commit comments