build: bump version
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
d1abc09ef7
commit
1e67936751
2 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.7.2] - 2020-04-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Settings option to enable debug logging
|
- 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
|
- SSH Keygen UI was improved
|
||||||
- Default key length for SSH Keygen is now 4096 bits
|
- Default key length for SSH Keygen is now 4096 bits
|
||||||
- Settings items were rearranged and cleaned up
|
- Settings items were rearranged and cleaned up
|
||||||
|
- Autofill icons in dark mode are now more legible
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Failure to detect if repository was not cloned which broke Git operations
|
- Failure to detect if repository was not cloned which broke Git operations
|
||||||
|
|
|
@ -35,8 +35,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId versions.packageName
|
applicationId versions.packageName
|
||||||
versionCode 10711
|
versionCode 10720
|
||||||
versionName '1.8.0-SNAPSHOT'
|
versionName '1.7.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue