Skip to content

Commit 7f89642

Browse files
committed
More update
1 parent ae7d614 commit 7f89642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/using-executorch-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ implementation("com.facebook.fbjni:fbjni:0.5.1")
9090
In your app working directory, such as executorch/examples/demo-apps/android/LlamaDemo,
9191
```
9292
mkdir -p app/libs
93-
curl https://ossci-android.s3.amazonaws.com/executorch/release/v0.7.0/executorch.aar -o app/libs/executorch.aar
93+
curl https://ossci-android.s3.amazonaws.com/executorch/release/0.7.0/executorch.aar -o app/libs/executorch.aar
9494
```
9595

9696
And include it in gradle:

0 commit comments

Comments
 (0)