From d1b7a9eb76177580d2905543bb7a078c920b2d4e Mon Sep 17 00:00:00 2001 From: userGyl Date: Wed, 14 Jan 2026 13:21:54 +0800 Subject: [PATCH] v1.2.2 version --- 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 dfb6dc8..b2510f2 100644 --- a/ln_jq_app/android/app/build.gradle.kts +++ b/ln_jq_app/android/app/build.gradle.kts @@ -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 { diff --git a/ln_jq_app/pubspec.yaml b/ln_jq_app/pubspec.yaml index 8a163a7..f5783dd 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.1+4 +version: 1.2.2+5 environment: sdk: ^3.9.0