Skip to content

Commit

Permalink
Fix version of onnxruntime dependency for an Android (Kotlin#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermolenkodev committed Sep 8, 2022
1 parent e4907ea commit 358aab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ kotlin {
}
androidMain {
dependencies {
api 'com.microsoft.onnxruntime:onnxruntime-mobile:latest.release'
api 'com.microsoft.onnxruntime:onnxruntime-mobile:1.11.0'
}
}
}
Expand Down

0 comments on commit 358aab8

Please sign in to comment.