build: bump version

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-20 22:34:46 +05:30
parent de1b976638
commit c292ba2e59
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 10 additions and 3 deletions

View file

@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.13.4] - 2021-03-20
- Fix support for ECDSA SSH keys and support AES-GCM
- Fix a couple issues with Autofill
## [1.13.3] - 2021-03-06
### Fixed
@ -415,7 +420,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.3...HEAD
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...HEAD
[1.13.4]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...v1.13.4
[1.13.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3

View file

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