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

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
  • Loading branch information
msfjarvis committed Apr 28, 2020
1 parent d1abc09 commit 1e67936
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ 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

### Changed
- 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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {

defaultConfig {
applicationId versions.packageName
versionCode 10711
versionName '1.8.0-SNAPSHOT'
versionCode 10720
versionName '1.7.2'
}

lintOptions {
Expand Down

0 comments on commit 1e67936

Please sign in to comment.