This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.8.0] - 2020-05-23
7
+
6
8
### Added
7
9
- Allow user to abort password move when it is replacing an existing file
8
10
- Allow setting a default username for Autofill
@@ -140,7 +142,8 @@ All notable changes to this project will be documented in this file.
140
142
- Fix elements overlapping.
141
143
142
144
143
- [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2...HEAD
145
+ [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.8.0...HEAD
146
+ [ 1.8.0 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2..v1.8.0
144
147
[ 1.7.2 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1..v1.7.2
145
148
[ 1.7.1 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0..v1.7.1
146
149
[ 1.7.0 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.6.0..v1.7.0
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ android {
26
26
27
27
defaultConfig {
28
28
applicationId ' dev.msfjarvis.aps'
29
- versionCode 10721
30
- versionName ' 1.8.0-SNAPSHOT '
29
+ versionCode 10800
30
+ versionName ' 1.8.0'
31
31
}
32
32
33
33
lintOptions {
You can’t perform that action at this time.
0 commit comments