viersion 1.2.3

This commit is contained in:
2026-01-30 16:06:58 +08:00
parent 55eade54b6
commit 171f556b40
2 changed files with 3 additions and 3 deletions

View File

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

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.2+5
version: 1.2.3+6
environment:
sdk: ^3.9.0