mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 06:45:19 +00:00
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.11.3] - 2020-08-27
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Delete stored HTTPS password on connection errors (such as failed authentication)
|
- Delete stored HTTPS password on connection errors (such as failed authentication)
|
||||||
@@ -315,7 +317,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.11.2...HEAD
|
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.3...HEAD
|
||||||
|
|
||||||
|
[1.11.3]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.2...1.11.3
|
||||||
|
|
||||||
[1.11.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.1...1.11.2
|
[1.11.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.1...1.11.2
|
||||||
|
|
||||||
|
@@ -30,8 +30,8 @@ android {
|
|||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "dev.msfjarvis.aps"
|
applicationId = "dev.msfjarvis.aps"
|
||||||
versionCode = 11120
|
versionCode = 11130
|
||||||
versionName = "1.11.2"
|
versionName = "1.11.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
Reference in New Issue
Block a user