From 8e16fc840c48b6f8a2d381aa53150f14ae126daf Mon Sep 17 00:00:00 2001 From: Thomas Fransolet Date: Tue, 9 Jul 2024 12:57:40 +0200 Subject: [PATCH] Try fix submission issue --- android/app/src/main/AndroidManifest.xml | 3 +-- lib/Services/downloadService.dart | 6 +++--- pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index e0decaa..af01d55 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -3,8 +3,7 @@ - - tryOtaUpdate() async { + /*Future tryOtaUpdate() async { try { print('ABI Platform: ${await OtaUpdate().getAbi()}'); final info = await PackageInfo.fromPlatform(); @@ -65,7 +65,7 @@ class _DownloadConfigurationWidgetState extends State download(BuildContext buildContext, TabletAppContext tabletAppContext) async { bool isAllLanguages = true; diff --git a/pubspec.yaml b/pubspec.yaml index 5e67691..9cb2956 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.0.9+18 +version: 2.0.9+19 environment: sdk: ">=3.1.0 <4.0.0" @@ -36,7 +36,7 @@ dependencies: mapbox_maps_flutter: ^2.0.0 - ota_update: ^6.0.0 + #ota_update: ^6.0.0 package_info: ^2.0.2 #package_info_plus: ^8.0.0 # chewie version casse couille qr_flutter: ^4.1.0