diff --git a/lib/config.dart b/lib/config.dart index e0977b65..faac6b21 100644 --- a/lib/config.dart +++ b/lib/config.dart @@ -3,7 +3,7 @@ import 'package:package_info_plus/package_info_plus.dart'; abstract class Config { // ignore: constant_identifier_names - static const int MIN_BACKEND_VERSION = 39; + static const int MIN_BACKEND_VERSION = 41; static Future? _packageInfo; // Gets loaded by SettingsCubit static PackageInfo? _packageInfoSync; static Future? deviceInfo; diff --git a/pubspec.yaml b/pubspec.yaml index f836265c..27ada97a 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: 0.3.3+60 +version: 0.3.4+61 environment: sdk: ">=2.18.0 <3.0.0"