build: bump version

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-12-21 20:52:22 +05:30
parent 50dc892af4
commit 40ea880766
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 12 additions and 3 deletions

View file

@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.13.2] - 2020-12-20
### Added
- Invalid `.gpg-id` files can now be fixed automatically by deleting them and then trying to create a new password.
- Suggest users to re-clone repository when it is deemed to be broken
- A new browser support level is added for Chrome Canary and Chrome Dev which are shipping fixes developed by Password Store maintainer Fabian to improve the Autofill experience on Chromium browser
### Changed
- Synced localisations with Crowdin. This adds Galician and Italian translations while getting rid of incomplete Arabic, Chinese Simplified, Chinese Traditional, Czech, Japanese and Spanish.
### Fixed
@ -400,7 +407,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/1.13.1...HEAD
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.2...HEAD
[1.13.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.1...1.13.2
[1.13.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.0...1.13.1

View file

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