build: bump version

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-06 13:49:24 +05:30
parent cdc198dec2
commit b19d4fb687
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 7 additions and 3 deletions

View file

@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.13.3] - 2021-03-06
### Fixed
- Autofill now works much more reliably in Chrome 89 and later, including support for saving passwords if no accessibility service is enabled.
@ -413,7 +415,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/v1.13.2...HEAD
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...HEAD
[1.13.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3
[1.13.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.1...v1.13.2

View file

@ -35,8 +35,8 @@ android {
defaultConfig {
applicationId = "dev.msfjarvis.aps"
versionCode = 1_13_20
versionName = "1.13.2"
versionCode = 1_13_30
versionName = "1.13.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}