diff --git a/android/README.md b/android/README.md index e57b4320346..75350b3f307 100644 --- a/android/README.md +++ b/android/README.md @@ -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" diff --git a/android/gradle.properties b/android/gradle.properties index 3d06462ba0c..f7566a688b1 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -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 diff --git a/engines/onnxruntime/onnxruntime-android/README.md b/engines/onnxruntime/onnxruntime-android/README.md index b3f7d0a383c..a2027d5fa4b 100644 --- a/engines/onnxruntime/onnxruntime-android/README.md +++ b/engines/onnxruntime/onnxruntime-android/README.md @@ -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