react-native-executorch 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,7 +103,7 @@ dependencies {
103
103
  implementation "com.facebook.react:react-android:+"
104
104
  implementation 'org.opencv:opencv:4.10.0'
105
105
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
106
- implementation(files("libs/executorch.aar"))
106
+ implementation("com.github.software-mansion:react-native-executorch:main-SNAPSHOT")
107
107
  implementation 'org.opencv:opencv:4.10.0'
108
108
  implementation("com.squareup.okhttp3:okhttp:4.9.2")
109
109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-executorch",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "An easy way to run AI models in react native with ExecuTorch",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/commonjs/index.js",
Binary file