Skip to content

Commit edf188c

Browse files
chore: update aar path to point to branch instead of release (#441)
## Description <!-- Provide a concise and descriptive summary of the changes implemented in this PR. --> ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update (improves or adds clarity to existing documentation) ### Tested on - [ ] iOS - [x] Android ### Testing instructions <!-- Provide step-by-step instructions on how to test your changes. Include setup details if necessary. --> ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues <!-- Link related issues here using #issue-number --> ### Checklist - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [ ] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
1 parent 6d241fa commit edf188c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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("com.github.software-mansion:react-native-executorch:v0.4.5")
106+
implementation("com.github.software-mansion:react-native-executorch:release~0.4-SNAPSHOT")
107107
implementation 'org.opencv:opencv:4.10.0'
108108
implementation("com.squareup.okhttp3:okhttp:4.9.2")
109109
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-executorch",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
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",

0 commit comments

Comments
 (0)