We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7d614 commit 7f89642Copy full SHA for 7f89642
docs/source/using-executorch-android.md
@@ -90,7 +90,7 @@ implementation("com.facebook.fbjni:fbjni:0.5.1")
90
In your app working directory, such as executorch/examples/demo-apps/android/LlamaDemo,
91
```
92
mkdir -p app/libs
93
-curl https://ossci-android.s3.amazonaws.com/executorch/release/v0.7.0/executorch.aar -o app/libs/executorch.aar
+curl https://ossci-android.s3.amazonaws.com/executorch/release/0.7.0/executorch.aar -o app/libs/executorch.aar
94
95
96
And include it in gradle:
0 commit comments