Skip to content

Commit 7429391

Browse files
committed
Advance version number to 1.6.0
1 parent a21bfcd commit 7429391

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.6.0
4+
* Share history listing as plain text
5+
* Add separator line between history items
6+
* Add content description for floating action buttons
7+
38
## 1.5.1
49
* Fix generating hex dump
510

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
minSdkVersion 9
1515
targetSdkVersion sdk_version
1616

17-
versionCode 20
18-
versionName '1.5.1'
17+
versionCode 21
18+
versionName '1.6.0'
1919

2020
// it's recommended to set this value to the lowest API level
2121
// able to provide all the functionality

0 commit comments

Comments
 (0)