We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21bfcd commit 7429391Copy full SHA for 7429391
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
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
+
8
## 1.5.1
9
* Fix generating hex dump
10
app/build.gradle
@@ -14,8 +14,8 @@ android {
14
minSdkVersion 9
15
targetSdkVersion sdk_version
16
17
- versionCode 20
18
- versionName '1.5.1'
+ versionCode 21
+ versionName '1.6.0'
19
20
// it's recommended to set this value to the lowest API level
21
// able to provide all the functionality
0 commit comments