diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-07-31 13:37:25 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-07-31 13:37:25 +0530 |
commit | 12a83e5c36b82e42dda6a58248e2879fde9c3ac8 (patch) | |
tree | 6a0ed78ee0fee7d3205cd83424ff5b2be4002451 | |
parent | dc4a9cadc9efe06e166b47a8dfe513d5dacf5993 (diff) | |
parent | 327e28bb57f665de3e9fa8a9382893d5a71a2bcc (diff) |
Merge branch 'release' into develop
* release:
build: bump version
Downgrade coroutines to 1.3.6 to fix VerifyErrors
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-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" } |