Skip to content

Commit 623a965

Browse files
authored
[Android] Add a list of artifact history
Show the history of AAR files
1 parent 7b39217 commit 623a965

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/source/using-executorch-android.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,18 @@ We provide a prebuilt Android library (AAR), `executorch.aar` for both generic (
1313
- Comes with two ABI variants, arm64-v8a and x86\_64.
1414

1515
## Downloading AAR
16-
[executorch.aar](https://ossci-android.s3.amazonaws.com/executorch/release/executorch-241002/executorch.aar)
17-
[executorch.aar.sha256sums](https://ossci-android.s3.amazonaws.com/executorch/release/executorch-241002/executorch.aar.sha256sums)
16+
17+
### Released versions (recommended)
18+
19+
| Version | AAR | SHASUMS |
20+
| ------- | --- | ------- |
21+
| [v0.5.0](https://github.com/pytorch/executorch/releases/tag/v0.5.0) | [executorch.aar](https://ossci-android.s3.amazonaws.com/executorch/release/v0.5.0-rc3/executorch.aar) | [executorch.aar.sha256sums](https://ossci-android.s3.amazonaws.com/executorch/release/v0.5.0-rc3/executorch.aar) |
22+
23+
### Snapshots from main branch
24+
25+
| Date | AAR | SHASUMS |
26+
| ------- | --- | ------- |
27+
| 2025-02-27 | [executorch.aar](https://ossci-android.s3.amazonaws.com/executorch/release/executorch-20250227/executorch.aar) | [executorch.aar.sha256sums](https://ossci-android.s3.amazonaws.com/executorch/release/executorch-20250227/executorch.aar.sha256sums) |
1828

1929
## Using prebuilt libraries
2030

0 commit comments

Comments
 (0)