[mob] Revert to custom onnxruntime fork (#2834)
## Description ## Tests
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user