Skip to content

Commit

Permalink
Bump version (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam authored Apr 24, 2024
1 parent 78b7753 commit 8d57c93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/340.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 8d57c93

Please sign in to comment.