diff --git a/docs/source/getting-started.md b/docs/source/getting-started.md index fbca80cf23b..6004bb9dd6b 100644 --- a/docs/source/getting-started.md +++ b/docs/source/getting-started.md @@ -111,6 +111,8 @@ To add the library to your app, add the following dependency to gradle build rul dependencies { implementation("org.pytorch:executorch-android:0.5.1") } + +# See latest available versions in https://mvnrepository.com/artifact/org.pytorch/executorch-android ``` #### Runtime APIs