build: bump version

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-05-23 15:47:15 +05:30
parent 22fd47d20c
commit ffe16e3488
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 6 additions and 3 deletions

View file

@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
## [1.8.0] - 2020-05-23
### Added ### Added
- Allow user to abort password move when it is replacing an existing file - Allow user to abort password move when it is replacing an existing file
- Allow setting a default username for Autofill - Allow setting a default username for Autofill
@ -140,7 +142,8 @@ All notable changes to this project will be documented in this file.
- Fix elements overlapping. - Fix elements overlapping.
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2...HEAD [Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2..v1.8.0
[1.7.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1..v1.7.2 [1.7.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1..v1.7.2
[1.7.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0..v1.7.1 [1.7.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0..v1.7.1
[1.7.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.6.0..v1.7.0 [1.7.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.6.0..v1.7.0

View file

@ -26,8 +26,8 @@ android {
defaultConfig { defaultConfig {
applicationId 'dev.msfjarvis.aps' applicationId 'dev.msfjarvis.aps'
versionCode 10721 versionCode 10800
versionName '1.8.0-SNAPSHOT' versionName '1.8.0'
} }
lintOptions { lintOptions {