Skip to content

Commit 2f3817a

Browse files
authored
Update using-executorch-android.md
1 parent db099e9 commit 2f3817a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/source/using-executorch-android.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ The AAR artifact contains the Java library for users to integrate with their Jav
2424

2525
## Using AAR from Maven Central
2626

27-
Simply add the following `org.pytorch:executorch-android` to your Android app dependency (build.gradle), and build your app.
27+
TODO: Add the link to maven page.
28+
29+
Simply add the target [`org.pytorch:executorch-android:0.5.1`](https://repo.maven.apache.org/maven2/org/pytorch/executorch-android/0.5.1/) to your Android app dependency (build.gradle), and build your app.
2830

2931
For example:
3032
```
@@ -34,6 +36,8 @@ dependencies {
3436
}
3537
```
3638

39+
Note: `org.pytorch:executorch-android:0.5.1` corresponds to executorch v0.5.0.
40+
3741
## Using AAR file directly
3842

3943
You can also directly specify an AAR file in the app. We upload pre-built AAR to S3 during each release, or as a snapshot.

0 commit comments

Comments
 (0)