aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-04-21 13:59:52 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-04-21 18:39:01 +0530
commitec0d478b85859150db4b4d437fafb8c928eeda25 (patch)
tree32931102f9670b477600abd33fc044617238d79c
parent3d0850fa1ff84b30891b868fc04f2450d9bc9163 (diff)
build: bump version to 1.7.0v1.7.0
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r--CHANGELOG.md7
-rw-r--r--app/build.gradle4
2 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee59aa7e..afdc8cfd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.
-## Unreleased
+## [Unreleased]
+
+## [1.7.0] - 2020-04-21
### Added
- Oreo Autofill support
@@ -100,7 +102,8 @@ All notable changes to this project will be documented in this file.
- Fix elements overlapping.
-[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.6.0...HEAD
+[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0...HEAD
+[1.7.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.6.0..v1.7.0
[1.6.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.5.0..v1.6.0
[1.5.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.3.0...v1.4.0
diff --git a/app/build.gradle b/app/build.gradle
index 9355b8b9..86dbf666 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -35,8 +35,8 @@ android {
defaultConfig {
applicationId versions.packageName
- versionCode 10601
- versionName '1.7.0-SNAPSHOT'
+ versionCode 10700
+ versionName '1.7.0'
}
lintOptions {