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

Commit 1e67936

Browse files
committed
build: bump version
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent d1abc09 commit 1e67936

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [1.7.2] - 2020-04-29
7+
68
### Added
79
- Settings option to enable debug logging
810

911
### Changed
1012
- SSH Keygen UI was improved
1113
- Default key length for SSH Keygen is now 4096 bits
1214
- Settings items were rearranged and cleaned up
15+
- Autofill icons in dark mode are now more legible
1316

1417
### Fixed
1518
- Failure to detect if repository was not cloned which broke Git operations

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535

3636
defaultConfig {
3737
applicationId versions.packageName
38-
versionCode 10711
39-
versionName '1.8.0-SNAPSHOT'
38+
versionCode 10720
39+
versionName '1.7.2'
4040
}
4141

4242
lintOptions {

0 commit comments

Comments
 (0)