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>
This commit is contained in:
commit
12a83e5c36
2 changed files with 10 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -17,6 +17,12 @@ All notable changes to this project will be documented in this file.
|
||||||
- Allow creating nested directories directly
|
- Allow creating nested directories directly
|
||||||
- I keep saying this but for real: error message for wrong SSH/HTTPS password is properly fixed now
|
- 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
|
## [1.10.2] - 2020-07-30
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -280,7 +286,9 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
- Fix elements overlapping.
|
- 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
|
[1.10.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.1...1.10.2
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "dev.msfjarvis.aps"
|
applicationId = "dev.msfjarvis.aps"
|
||||||
versionCode = 11021
|
versionCode = 11031
|
||||||
versionName = "1.11.0-SNAPSHOT"
|
versionName = "1.11.0-SNAPSHOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue