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 1e3f1c5 commit 91c2364Copy full SHA for 91c2364
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## 1.5.0
4
+* Show a hex dump of decoded contents
5
+* Fix processing text from share menu
6
+* Add French translation
7
+
8
## 1.4.3
9
* Fix broken history listing
10
app/build.gradle
@@ -14,8 +14,8 @@ android {
14
minSdkVersion 9
15
targetSdkVersion sdk_version
16
17
- versionCode 18
18
- versionName '1.4.3'
+ versionCode 19
+ versionName '1.5.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