From 646a0719633c460bfc773241b08f270227bf39be Mon Sep 17 00:00:00 2001 From: Norbert Klockiewicz Date: Wed, 9 Jul 2025 15:55:30 +0200 Subject: [PATCH] chore: update aar path to point to branch instead of release --- android/build.gradle | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 0469dc6a3a..9072f736d1 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("com.github.software-mansion:react-native-executorch:v0.4.5") + implementation("com.github.software-mansion:react-native-executorch:release~0.4-SNAPSHOT") implementation 'org.opencv:opencv:4.10.0' implementation("com.squareup.okhttp3:okhttp:4.9.2") } diff --git a/package.json b/package.json index 1eccb9257b..e8f23f9719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-executorch", - "version": "0.4.6", + "version": "0.4.7", "description": "An easy way to run AI models in react native with ExecuTorch", "source": "./src/index.ts", "main": "./lib/commonjs/index.js",