Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
Changelog:
- Refactor translations
- Fixed text size on smaller screens in CipherCard
- Updated LibrePass Client (new production API url is `api.librepass.org`)
  • Loading branch information
M3DZIK committed Dec 17, 2023
1 parent 8dcd383 commit 07e074c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
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 = 9
versionName = "1.1.1"
versionCode = 10
versionName = "1.1.2"

vectorDrawables {
useSupportLibrary = true
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
@@ -0,0 +1,3 @@
- Refactor translations
- Fixed text size on smaller screens in CipherCard
- Updated LibrePass Client (new production API url is `api.librepass.org`)

0 comments on commit 07e074c

Please sign in to comment.