Skip to content

Commit

Permalink
[android] Update README to use 0.16.0-SNAPSHOT version (#1486)
Browse files Browse the repository at this point in the history
Change-Id: Id299b82f7120785b143d2c8a38f8f469faa6279b
  • Loading branch information
frankfliu authored Jan 28, 2022
1 parent 4655660 commit 7ad0ab8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ In gradle, you can include the snapshot repository and add the 4 modules in your

```
dependencies {
implementation "ai.djl:api:0.15.0"
implementation "ai.djl.android:core:0.15.0"
androidRuntimeOnly "ai.djl.pytorch:pytorch-engine:0.15.0"
androidRuntimeOnly "ai.djl.android:pytorch-native:0.15.0"
implementation "ai.djl:api:0.16.0-SNAPSHOT"
implementation "ai.djl.android:core:0.16.0-SNAPSHOT"
androidRuntimeOnly "ai.djl.pytorch:pytorch-engine:0.16.0-SNAPSHOT"
androidRuntimeOnly "ai.djl.android:pytorch-native:0.16.0-SNAPSHOT"
}
```

0 comments on commit 7ad0ab8

Please sign in to comment.