aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-04-29 03:12:29 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-04-29 03:12:29 +0530
commit1e679367511a08a3f49dd159b428eea3e95a4de6 (patch)
treec6a68c5dd65a9b1f678e351aeb6b6ab1e99a9dd3
parentd1abc09ef7f8e38ec8341e7f859e71d8e9b8a356 (diff)
build: bump versionv1.7.2
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r--CHANGELOG.md3
-rw-r--r--app/build.gradle4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be3fc2d4..315c5ff0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+## [1.7.2] - 2020-04-29
+
### Added
- Settings option to enable debug logging
@@ -10,6 +12,7 @@ All notable changes to this project will be documented in this file.
- SSH Keygen UI was improved
- Default key length for SSH Keygen is now 4096 bits
- Settings items were rearranged and cleaned up
+- Autofill icons in dark mode are now more legible
### Fixed
- Failure to detect if repository was not cloned which broke Git operations
diff --git a/app/build.gradle b/app/build.gradle
index 83a0ab2d..a546aca9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -35,8 +35,8 @@ android {
defaultConfig {
applicationId versions.packageName
- versionCode 10711
- versionName '1.8.0-SNAPSHOT'
+ versionCode 10720
+ versionName '1.7.2'
}
lintOptions {