mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-02-22 18:31:50 +01:00
build: bump version
This commit is contained in:
parent
90117047b7
commit
ebddce11fc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue