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

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Dec 4, 2023
1 parent 36302d3 commit 4b640d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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 = libs.versions.android.sdk.min.get().toInt()
targetSdk = libs.versions.android.sdk.target.get().toInt()
versionCode = 7
versionName = "1.0.0"
versionCode = 8
versionName = "1.1.0"

vectorDrawables {
useSupportLibrary = true
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Add support for secure notes and cards
- Add support to change password and delete account from settings
- Updated translations and added new language (Norwegian Bokmal)
- Add support for per-app language preference
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
With LibrePass, convenience and security go hand in hand. Through LibrePass, your passwords are secure while you have easy access to them.
Convenience and security can be combined. Your passwords are secure and can easily be accessed so your online life is easy and secure.

<br><b>Features:</b>

Expand Down

0 comments on commit 4b640d6

Please sign in to comment.