This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree 2 files changed +8
-3
lines changed
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.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.13.5] - 2021-07-28
8
+
7
9
### Fixed
8
10
9
11
- 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
10
13
11
14
## [ 1.13.4] - 2021-03-20
12
15
@@ -424,7 +427,9 @@ All notable changes to this project will be documented in this file.
424
427
425
428
- Fix elements overlapping.
426
429
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
428
433
429
434
[ 1.13.4 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...v1.13.4
430
435
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ android {
35
35
36
36
defaultConfig {
37
37
applicationId = " dev.msfjarvis.aps"
38
- versionCode = 1_13_40
39
- versionName = " 1.13.4 "
38
+ versionCode = 1_13_50
39
+ versionName = " 1.13.5 "
40
40
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
41
41
}
42
42
You can’t perform that action at this time.
0 commit comments