This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments