build: bump version

This commit is contained in:
Harsh Shandilya 2021-07-28 09:12:17 +05:30
parent 90117047b7
commit ebddce11fc
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 8 additions and 3 deletions

View file

@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.13.5] - 2021-07-28
### Fixed
- When prompted to select a GPG key during onboarding, the app would crash if the user did not make a selection in OpenKeychain
- Certain apps had incorrect Autofill hints which would crash the app
## [1.13.4] - 2021-03-20
@ -424,7 +427,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.4...HEAD
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.5...release-1.13
[1.13.5]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...v1.13.5
[1.13.4]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...v1.13.4

View file

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