Skip to content

Commit

Permalink
android bump up (#3376)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydm-amazon authored Aug 4, 2024
1 parent 4f4f89b commit d0c9786
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In gradle, you can add the 5 modules in your dependencies:

```groovy
dependencies {
implementation platform("ai.djl:bom:0.28.0")
implementation platform("ai.djl:bom:0.29.0")
implementation "ai.djl:api"
implementation "ai.djl.android:core"
Expand Down
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
djl_version=0.28.0
pytorch_version=2.2.2
djl_version=0.29.0
pytorch_version=2.3.1
2 changes: 1 addition & 1 deletion engines/onnxruntime/onnxruntime-android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This module contains the DJL ONNX Runtime engine for Android.
## Installation
You can pull the ONNX Runtime for Android from the central Maven repository by including the following dependency:

- ai.djl.android:onnxruntime:0.28.0
- ai.djl.android:onnxruntime:0.29.0

```xml
<dependency>
Expand Down

0 comments on commit d0c9786

Please sign in to comment.