Skip to content

Commit a929910

Browse files
committed
Change maven to 0.6.0-rc1 in Getting Started
1 parent 6967cd4 commit a929910

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
@@ -109,8 +109,10 @@ To add the library to your app, add the following dependency to gradle build rul
109109
```
110110
# app/build.gradle.kts
111111
dependencies {
112-
implementation("org.pytorch:executorch-android:0.5.1")
112+
implementation("org.pytorch:executorch-android:0.6.0-rc1")
113113
}
114+
115+
# See latest version in https://repo.maven.apache.org/maven2/org/pytorch/executorch-android
114116
```
115117

116118
#### Runtime APIs

0 commit comments

Comments
 (0)