diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 6cdfb47f..31fa8bd2 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -49,8 +49,8 @@ android { // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. minSdkVersion 19 // flutter.minSdkVersion targetSdkVersion flutter.targetSdkVersion - versionCode 7 // flutterVersionCode.toInteger() - versionName "1.2.1" // flutterVersionName + versionCode 8 // flutterVersionCode.toInteger() + versionName "1.2.2" // flutterVersionName multiDexEnabled true } diff --git a/app/ios/Runner.xcodeproj/project.pbxproj b/app/ios/Runner.xcodeproj/project.pbxproj index adb3c810..f773aabe 100644 --- a/app/ios/Runner.xcodeproj/project.pbxproj +++ b/app/ios/Runner.xcodeproj/project.pbxproj @@ -357,7 +357,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 1.2.2; + CURRENT_PROJECT_VERSION = 1.2.3; DEVELOPMENT_TEAM = L8HXY9BDGG; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -367,7 +367,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.2; + MARKETING_VERSION = 1.2.3; PRODUCT_BUNDLE_IDENTIFIER = com.alee.hatimapp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -489,7 +489,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 1.2.2; + CURRENT_PROJECT_VERSION = 1.2.3; DEVELOPMENT_TEAM = L8HXY9BDGG; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -499,7 +499,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.2; + MARKETING_VERSION = 1.2.3; PRODUCT_BUNDLE_IDENTIFIER = com.alee.hatimapp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -515,7 +515,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 1.2.2; + CURRENT_PROJECT_VERSION = 1.2.3; DEVELOPMENT_TEAM = L8HXY9BDGG; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -525,7 +525,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.2; + MARKETING_VERSION = 1.2.3; PRODUCT_BUNDLE_IDENTIFIER = com.alee.hatimapp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 197be115..25adb3bc 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. publish_to: "none" -version: 1.2.1 +version: 1.2.2 environment: sdk: ">=3.0.0 <4.0.0"