This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 1.13.5] - 2021-07-28
8+
79### Fixed
810
911- When prompted to select a GPG key during onboarding, the app would crash if the user did not make a selection in OpenKeychain
12+ - Certain apps had incorrect Autofill hints which would crash the app
1013
1114## [ 1.13.4] - 2021-03-20
1215
@@ -424,7 +427,9 @@ All notable changes to this project will be documented in this file.
424427
425428- Fix elements overlapping.
426429
427- [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...HEAD
430+ [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.5...release-1.13
431+
432+ [ 1.13.5 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...v1.13.5
428433
429434[ 1.13.4 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...v1.13.4
430435
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ android {
3535
3636 defaultConfig {
3737 applicationId = " dev.msfjarvis.aps"
38- versionCode = 1_13_40
39- versionName = " 1.13.4 "
38+ versionCode = 1_13_50
39+ versionName = " 1.13.5 "
4040 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
4141 }
4242
You can’t perform that action at this time.
0 commit comments