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