Fix compilation issue on Android

This commit is contained in:
vishnukvmd 2023-02-08 19:50:17 +05:30
parent a98703fbcd
commit 381cc3f3bc
3 changed files with 11 additions and 7 deletions

View file

@ -46,7 +46,7 @@ android {
defaultConfig {
applicationId "io.ente.photos"
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName

View file

@ -1622,11 +1622,12 @@ packages:
tflite_flutter_helper:
dependency: "direct main"
description:
name: tflite_flutter_helper
sha256: "0d57cce7622826cf11ec602b345ea34fae0da30c8982f973e2037d6245a605d7"
url: "https://pub.dev"
source: hosted
version: "0.3.1"
path: "."
ref: a7d7a59a33f7cffa0a2a12ab05625807622cc97a
resolved-ref: a7d7a59a33f7cffa0a2a12ab05625807622cc97a
url: "https://github.com/elephantum/tflite_flutter_helper.git"
source: git
version: "0.3.0"
timezone:
dependency: transitive
description:

View file

@ -108,7 +108,10 @@ dependencies:
syncfusion_flutter_core: ^19.2.49
syncfusion_flutter_sliders: ^19.2.49
tflite_flutter: ^0.9.0
tflite_flutter_helper: ^0.3.1
tflite_flutter_helper:
git:
url: https://github.com/elephantum/tflite_flutter_helper.git
ref: a7d7a59a33f7cffa0a2a12ab05625807622cc97a
tuple: ^2.0.0
uni_links: ^0.5.1
url_launcher: ^6.0.3