Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Release v1.0.0-alpha04
Browse files Browse the repository at this point in the history
Signed-off-by: M3DZIK <[email protected]>
  • Loading branch information
M3DZIK committed Aug 31, 2023
1 parent 6b642a2 commit 2c0c967
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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "dev.medzik.librepass.android"
minSdk = 24
targetSdk = 34
versionCode = 3
versionName = "1.0.0-alpha03"
versionCode = 4
versionName = "1.0.0-alpha04"

vectorDrawables {
useSupportLibrary = true
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Fixed crashing in edit screen
- Added padding for keyboard
- Re-design settings screen
- Added password history
- Disable return to previous screen after vault is locked

0 comments on commit 2c0c967

Please sign in to comment.