build: bump version
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
edec55dc8c
commit
327e28bb57
2 changed files with 7 additions and 3 deletions
|
@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.10.3] - 2020-07-30
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Worked around a dependency bug that would crash the Autofill service when triggered on an OTP field
|
- 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.
|
||||||
|
|
||||||
- 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
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId 'dev.msfjarvis.aps'
|
applicationId 'dev.msfjarvis.aps'
|
||||||
versionCode 11020
|
versionCode 11030
|
||||||
versionName '1.10.2'
|
versionName '1.10.3'
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
|
Loading…
Reference in a new issue