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 +6
-3
lines changed Expand file tree Collapse file tree 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.
33
44## [ Unreleased]
55
6+ ## [ 1.8.0] - 2020-05-23
7+
68### Added
79- Allow user to abort password move when it is replacing an existing file
810- Allow setting a default username for Autofill
@@ -140,7 +142,8 @@ All notable changes to this project will be documented in this file.
140142- Fix elements overlapping.
141143
142144
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
144147[ 1.7.2 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1..v1.7.2
145148[ 1.7.1 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0..v1.7.1
146149[ 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 {
2626
2727 defaultConfig {
2828 applicationId ' dev.msfjarvis.aps'
29- versionCode 10721
30- versionName ' 1.8.0-SNAPSHOT '
29+ versionCode 10800
30+ versionName ' 1.8.0'
3131 }
3232
3333 lintOptions {
You can’t perform that action at this time.
0 commit comments