This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree 2 files changed +12
-3
lines changed
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.
3
3
4
4
## [ Unreleased]
5
5
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
+
6
14
## [ 1.7.0] - 2020-04-21
7
15
8
16
### Added
@@ -102,7 +110,8 @@ All notable changes to this project will be documented in this file.
102
110
- Fix elements overlapping.
103
111
104
112
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
106
115
[ 1.7.0 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.6.0..v1.7.0
107
116
[ 1.6.0 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.5.0..v1.6.0
108
117
[ 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 {
35
35
36
36
defaultConfig {
37
37
applicationId versions. packageName
38
- versionCode 10701
39
- versionName ' 1.8.0-SNAPSHOT '
38
+ versionCode 10710
39
+ versionName ' 1.7.1 '
40
40
}
41
41
42
42
lintOptions {
You can’t perform that action at this time.
0 commit comments