Skip to content

Commit d30c4c4

Browse files
chore(deps): bump com.microsoft.onnxruntime:onnxruntime-android (#12)
Bumps [com.microsoft.onnxruntime:onnxruntime-android](https://github.com/microsoft/onnxruntime) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/commits) --- updated-dependencies: - dependency-name: com.microsoft.onnxruntime:onnxruntime-android dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aac18e8 commit d30c4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation libs.material
3535
implementation libs.activity
3636
implementation libs.constraintlayout
37-
implementation 'com.microsoft.onnxruntime:onnxruntime-android:1.22.0'
37+
implementation 'com.microsoft.onnxruntime:onnxruntime-android:1.23.0'
3838
testImplementation libs.junit
3939
androidTestImplementation libs.ext.junit
4040
androidTestImplementation libs.espresso.core

0 commit comments

Comments
 (0)