File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ dependencies {
103103 implementation " com.facebook.react:react-android:+"
104104 implementation ' org.opencv:opencv:4.10.0'
105105 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 " )
107107 implementation ' org.opencv:opencv:4.10.0'
108108 implementation(" com.squareup.okhttp3:okhttp:4.9.2" )
109109}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-executorch" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " An easy way to run AI models in react native with ExecuTorch" ,
55 "source" : " ./src/index.ts" ,
66 "main" : " ./lib/commonjs/index.js" ,
You can’t perform that action at this time.
0 commit comments