File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import 'package:package_info_plus/package_info_plus.dart';
33
44abstract class Config {
55 // ignore: constant_identifier_names
6- static const int MIN_BACKEND_VERSION = 27 ;
6+ static const int MIN_BACKEND_VERSION = 29 ;
77 static Future <PackageInfo ?>? _packageInfo; // Gets loaded by SettingsCubit
88 static PackageInfo ? _packageInfoSync;
99 static Future <BaseDeviceInfo >? deviceInfo;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616# Read more about iOS versioning at
1717# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18- version : 0.0.45+45
18+ version : 0.0.46+46
1919
2020environment :
2121 sdk : " >=2.17.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments