From 8d57c932fd59c1199b914b78dd93d8f56b2f7678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C9=91rry=20Shiv=C9=91m?= Date: Wed, 24 Apr 2024 19:02:47 +0530 Subject: [PATCH] Bump version (#107) Signed-off-by: starry-shivam --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/340.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/340.txt diff --git a/app/build.gradle b/app/build.gradle index c3d79c70..eb3e91e5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.starry.greenstash" minSdk 24 targetSdk 34 - versionCode 330 - versionName "3.3.0" + versionCode 340 + versionName "3.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/fastlane/metadata/android/en-US/changelogs/340.txt b/fastlane/metadata/android/en-US/changelogs/340.txt new file mode 100644 index 00000000..e0daed76 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/340.txt @@ -0,0 +1,5 @@ +- Added traditional Chinese translation. +- Improved search bar UI & fixed flickering height issue when opening search bar. +- Biometric authentication dialog will now automatically show up when opening the app if enabled. +- Some other UI/UX improvements and bug fixes. +- Updated gradle and other dependencies. \ No newline at end of file