Skip to content

Commit

Permalink
[pytorch] Upgrade android build to 0.26.0 (#2975)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Feb 1, 2024
1 parent 927c15e commit bdf47f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions android/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}

configurations.configureEach {
exclude group: "org.apache.commons", module: "commons-compress"
}
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.25.0
pytorch_version=1.13.1
djl_version=0.26.0
pytorch_version=2.1.1

0 comments on commit bdf47f5

Please sign in to comment.