Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 9a843b0

Browse files
committed
build: bump version for patch release
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 3d8cea5 commit 9a843b0

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [1.7.1] - 2020-04-23
7+
8+
### Fixed
9+
- Autofill message does not show OK button when many browsers are installed
10+
- Autofill message does not get marked as shown when dismissed
11+
- App crashes when using type-independent sort
12+
- Storage permission not requested when using existing external repository
13+
614
## [1.7.0] - 2020-04-21
715

816
### Added
@@ -102,7 +110,8 @@ All notable changes to this project will be documented in this file.
102110
- Fix elements overlapping.
103111

104112

105-
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0...HEAD
113+
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1...HEAD
114+
[1.7.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0..v1.7.1
106115
[1.7.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.6.0..v1.7.0
107116
[1.6.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.5.0..v1.6.0
108117
[1.5.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.4.0...v1.5.0

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535

3636
defaultConfig {
3737
applicationId versions.packageName
38-
versionCode 10701
39-
versionName '1.8.0-SNAPSHOT'
38+
versionCode 10710
39+
versionName '1.7.1'
4040
}
4141

4242
lintOptions {

0 commit comments

Comments
 (0)