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

Commit ec0d478

Browse files
committed
build: bump version to 1.7.0
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
1 parent 3d0850f commit ec0d478

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## Unreleased
4+
## [Unreleased]
5+
6+
## [1.7.0] - 2020-04-21
57

68
### Added
79
- Oreo Autofill support
@@ -100,7 +102,8 @@ All notable changes to this project will be documented in this file.
100102
- Fix elements overlapping.
101103

102104

103-
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.6.0...HEAD
105+
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0...HEAD
106+
[1.7.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.6.0..v1.7.0
104107
[1.6.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.5.0..v1.6.0
105108
[1.5.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.4.0...v1.5.0
106109
[1.4.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.3.0...v1.4.0

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535

3636
defaultConfig {
3737
applicationId versions.packageName
38-
versionCode 10601
39-
versionName '1.7.0-SNAPSHOT'
38+
versionCode 10700
39+
versionName '1.7.0'
4040
}
4141

4242
lintOptions {

0 commit comments

Comments
 (0)