Skip to content

Commit ce9dad8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ 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
}
114114
```
115115

0 commit comments

Comments
 (0)