Skip to content

Commit 131121d

Browse files
Update jitpack.yml (#392)
## Description Update jitpack.yml so the package won't cause errors on android ### 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 - [ ] 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 81a841f commit 131121d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
install:
2-
- FILE="-Dfile=third-party/android/libs/executorch.aar"
2+
- FILE="-Dfile=packages/react-native-executorch/third-party/android/libs/executorch/executorch.aar"
33
- mvn install:install-file $FILE -DgroupId=com.software-mansion.executorch -DartifactId=repo -Dversion=0.1.2 -Dpackaging=aar -DgeneratePom=true

0 commit comments

Comments
 (0)