Skip to content

Commit 01ae7e3

Browse files
committed
Update android docs for nightly snapshots
1 parent 4ea6839 commit 01ae7e3

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docs/source/using-executorch-android.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,19 @@ You can also directly specify an AAR file in the app. We upload pre-built AAR to
5858

5959
### Snapshots from main branch
6060

61-
| Date | AAR | SHASUMS |
62-
| ------- | --- | ------- |
63-
| 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) |
61+
Starting from 2025-04-12, you can download nightly `main` branch snapshots:
62+
* `executorch.aar`: `https://ossci-android.s3.amazonaws.com/executorch/release/snapshot-YYYYMMDD/executorch.aar`
63+
* `executorch.aar.sha256sums`: `https://ossci-android.s3.amazonaws.com/executorch/release/snapshot-YYYYMMDD/executorch.aar.sha256sums`
64+
* Replace `YYYYMMDD` with the actual date you want to use.
65+
66+
For example:
67+
68+
```sh
69+
curl -O https://ossci-android.s3.amazonaws.com/executorch/release/snapshot-20250412/executorch.aar
70+
curl -O https://ossci-android.s3.amazonaws.com/executorch/release/snapshot-20250412/executorch.aar.sha256sums
71+
```
72+
73+
We aim to make every daily snapshot available and useable. However, for best stability, please use releases, not snapshots.
6474

6575
## Using AAR file
6676

0 commit comments

Comments
 (0)