From 171f556b408d9fc577f57c8f179166d63db33ad2 Mon Sep 17 00:00:00 2001 From: userGyl Date: Fri, 30 Jan 2026 16:06:58 +0800 Subject: [PATCH] viersion 1.2.3 --- ln_jq_app/android/app/build.gradle.kts | 4 ++-- ln_jq_app/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ln_jq_app/android/app/build.gradle.kts b/ln_jq_app/android/app/build.gradle.kts index aab05d6..2539bdf 100644 --- a/ln_jq_app/android/app/build.gradle.kts +++ b/ln_jq_app/android/app/build.gradle.kts @@ -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 { diff --git a/ln_jq_app/pubspec.yaml b/ln_jq_app/pubspec.yaml index f5783dd..2416bf3 100644 --- a/ln_jq_app/pubspec.yaml +++ b/ln_jq_app/pubspec.yaml @@ -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