diff --git a/android/build.gradle b/android/build.gradle index c670398b64..72dd29fcc7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -103,7 +103,7 @@ dependencies { implementation "com.facebook.react:react-android:+" implementation 'org.opencv:opencv:4.10.0' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation(files("libs/executorch.aar")) + implementation("com.github.software-mansion:react-native-executorch:main-SNAPSHOT") implementation 'org.opencv:opencv:4.10.0' implementation("com.squareup.okhttp3:okhttp:4.9.2") } diff --git a/android/libs/executorch.aar b/android/libs/executorch.aar deleted file mode 100644 index 9e06d5dcef..0000000000 Binary files a/android/libs/executorch.aar and /dev/null differ diff --git a/package.json b/package.json index 10acdf31fd..d587183641 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-executorch", - "version": "0.4.1", + "version": "0.4.2", "description": "An easy way to run AI models in react native with ExecuTorch", "source": "./src/index.ts", "main": "./lib/commonjs/index.js",