Skip to content

Commit

Permalink
pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
6eero committed May 12, 2024
1 parent cba6bc2 commit 8ed6017
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId = "com.gero.newpass"
minSdk = 24
targetSdk = 34
versionCode = 11
versionName = "1.1.9"
versionCode = 12
versionName = "1.1.10"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Added
- Added an icon and feature to search for an account in the database.
- Introduced a third text input to confirm the password during the password change process.
- Included Chinese language support.
- Integrated Hindi language support.

Removed
- Removed WRITE_EXTERNAL_STORAGE permission.
- Removed READ_EXTERNAL_STORAGE permission.

Improvements
- Enhanced the design of dialogs for improved user experience.

Fixes
- Resolved the issue where the status bar in light theme was not appearing.

0 comments on commit 8ed6017

Please sign in to comment.