From d566e707061a52f0639b57a8457306fea2366296 Mon Sep 17 00:00:00 2001 From: NIK Date: Wed, 3 Jul 2024 12:17:11 +0800 Subject: [PATCH] increased build number a few times Apple app store freaking out and not processing... --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 41606b6d..253ec2e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.2.2+60 +version: 1.2.2+62 environment: sdk: '>=3.0.0 <4.0.0' @@ -38,7 +38,7 @@ dependencies: cupertino_icons: ^1.0.2 # UI and Navigation - get: ^4.6.6 + get: ^4.6.5 # State Management flutter_bloc: ^8.1.3