[mob] Revert to custom onnxruntime fork (#2834)

## Description

## Tests
This commit is contained in:
Vishnu Mohandas
2024-08-23 10:47:01 +05:30
committed by GitHub
3 changed files with 11 additions and 13 deletions

View File

@@ -35,12 +35,6 @@ android {
main.java.srcDirs += 'src/main/kotlin'
}
packagingOptions {
pickFirst 'lib/arm64-v8a/libonnxruntime.so'
pickFirst 'lib/armeabi-v7a/libonnxruntime.so'
}
lintOptions {
disable 'InvalidPackage'
warningsAsErrors false

View File

@@ -1666,11 +1666,12 @@ packages:
onnxruntime:
dependency: "direct main"
description:
name: onnxruntime
sha256: e77ec05acafc135cc5fe7bcdf11b101b39f06513c9d5e9fa02cb1929f6bac72a
url: "https://pub.dev"
source: hosted
version: "1.4.1"
path: "."
ref: ente_onnxruntime
resolved-ref: fb9393e36013790938b5bc995a4dca15fed3c944
url: "https://github.com/ente-io/onnxruntime.git"
source: git
version: "1.1.0"
open_mail_app:
dependency: "direct main"
description:

View File

@@ -12,7 +12,7 @@ description: ente photos application
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.9.26+926
version: 0.9.27+927
publish_to: none
environment:
@@ -128,7 +128,10 @@ dependencies:
native_video_player: ^1.3.1
onnx_dart:
path: plugins/onnx_dart
onnxruntime: ^1.4.1
onnxruntime:
git:
url: https://github.com/ente-io/onnxruntime.git
ref: ente_onnxruntime
open_mail_app: ^0.4.5
package_info_plus: ^4.1.0
page_transition: ^2.0.2