v1.2.2 version

This commit is contained in:
2026-01-14 13:21:54 +08:00
parent f25feaa55a
commit d1b7a9eb76
2 changed files with 3 additions and 3 deletions

View File

@@ -26,8 +26,8 @@ android {
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
versionCode = 4
versionName = "1.2.1"
versionCode = 5
versionName = "1.2.2"
}
buildTypes {

View File

@@ -16,7 +16,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.1+4
version: 1.2.2+5
environment:
sdk: ^3.9.0