diff options
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | app/build.gradle.kts | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e8b397..a0b6bebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ All notable changes to this project will be documented in this file. - Allow creating nested directories directly - I keep saying this but for real: error message for wrong SSH/HTTPS password is properly fixed now +## [1.10.3] - 2020-07-30 + +### Fixed + +- Worked around a dependency bug that would crash the Autofill service when triggered on an OTP field + ## [1.10.2] - 2020-07-30 ### Fixed @@ -280,7 +286,9 @@ All notable changes to this project will be documented in this file. - Fix elements overlapping. -[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.2...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.3...HEAD + +[1.10.3]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.2...1.10.3 [1.10.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.1...1.10.2 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a8e3a058..19d9ca7a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -28,7 +28,7 @@ android { defaultConfig { applicationId = "dev.msfjarvis.aps" - versionCode = 11021 + versionCode = 11031 versionName = "1.11.0-SNAPSHOT" } |