build: bump version for patch release
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
3d8cea5966
commit
9a843b08f3
2 changed files with 12 additions and 3 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.7.1] - 2020-04-23
|
||||
|
||||
### Fixed
|
||||
- Autofill message does not show OK button when many browsers are installed
|
||||
- Autofill message does not get marked as shown when dismissed
|
||||
- App crashes when using type-independent sort
|
||||
- Storage permission not requested when using existing external repository
|
||||
|
||||
## [1.7.0] - 2020-04-21
|
||||
|
||||
### Added
|
||||
|
@ -102,7 +110,8 @@ 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.7.0...HEAD
|
||||
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1...HEAD
|
||||
[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.6.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.5.0..v1.6.0
|
||||
[1.5.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.4.0...v1.5.0
|
||||
|
|
|
@ -35,8 +35,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId versions.packageName
|
||||
versionCode 10701
|
||||
versionName '1.8.0-SNAPSHOT'
|
||||
versionCode 10710
|
||||
versionName '1.7.1'
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
|
|
Loading…
Reference in a new issue