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 +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 1.10.3] - 2020-07-30
8+
79### Fixed
810
911- Worked around a dependency bug that would crash the Autofill service when triggered on an OTP field
@@ -271,7 +273,9 @@ All notable changes to this project will be documented in this file.
271273
272274- Fix elements overlapping.
273275
274- [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/1.10.2...HEAD
276+ [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/1.10.3...HEAD
277+
278+ [ 1.10.3 ] : https://github.com/android-password-store/Android-Password-Store/compare/1.10.2...1.10.3
275279
276280[ 1.10.2 ] : https://github.com/android-password-store/Android-Password-Store/compare/1.10.1...1.10.2
277281
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ android {
2525
2626 defaultConfig {
2727 applicationId ' dev.msfjarvis.aps'
28- versionCode 11020
29- versionName ' 1.10.2 '
28+ versionCode 11030
29+ versionName ' 1.10.3 '
3030 }
3131
3232 lintOptions {
You can’t perform that action at this time.
0 commit comments