Skip to content

Commit 63725ed

Browse files
authored
[RELEASE 0.6] Change maven to 0.6.0-rc1 in Getting Started (#9979)
Will need to drop -rc1 suffix before the release.
1 parent 56e4716 commit 63725ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,10 @@ To add the library to your app, add the following dependency to gradle build rul
119119
```
120120
# app/build.gradle.kts
121121
dependencies {
122-
implementation("org.pytorch:executorch-android:0.5.1")
122+
implementation("org.pytorch:executorch-android:0.6.0-rc3")
123123
}
124+
125+
# See latest available versions in https://mvnrepository.com/artifact/org.pytorch/executorch-android
124126
```
125127

126128
#### Runtime APIs

0 commit comments

Comments
 (0)