Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit a20fe58

Browse files
authored
[Android readme] Fix typo jar -> aar (#1137)
1 parent ab6fb9b commit a20fe58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchchat/edge/docs/Android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ In your app working directory (for example executorch/examples/demo-apps/android
3737
copy the AAR to your app libs:
3838
```bash
3939
mkdir -p app/libs
40-
cp ${TORCHCHAT_ROOT}/android/torchchat/app/libs/executorch.aar ${YOUR_APP_ROOT}/app/libs/executorch.jar
40+
cp ${TORCHCHAT_ROOT}/android/torchchat/app/libs/executorch.aar ${YOUR_APP_ROOT}/app/libs/executorch.aar
4141
```
4242

43-
In your Java app, add the jar file path to your gradle build rule.
43+
In your Java app, add the aar file path to your gradle build rule.
4444
```
4545
# app/build.grardle.kts
4646
dependencies {

0 commit comments

Comments
 (0)