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

Commit

Permalink
Release v1.2.3
Browse files Browse the repository at this point in the history
* Don't run keystore encryption in coroutine
* Don't show toast with "Network error" after app launch
  • Loading branch information
M3DZIK committed Mar 2, 2024
1 parent 7d86228 commit 0b37930
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -13,8 +13,8 @@ android {
applicationId = "dev.medzik.librepass.android"
minSdk = libs.versions.android.sdk.min.get().toInt()
targetSdk = libs.versions.android.sdk.target.get().toInt()
versionCode = 14
versionName = "1.2.2"
versionCode = 15
versionName = "1.2.3"

vectorDrawables {
useSupportLibrary = true
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Don't run keystore encryption in coroutine
* Don't show toast with "Network error" after app launch

0 comments on commit 0b37930

Please sign in to comment.