Skip to content

Commit 3244f07

Browse files
committed
Advance version number to 1.3.5
1 parent f4d625a commit 3244f07

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.3.5
4+
* Add german translation
5+
* Fix handling of data intents
6+
* Respond to ZXing' SCAN intents
7+
38
## 1.3.4
49
* Fix pre-processing for Android 7+
510
* Fix adaptive icons for Android 8+

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 10
18-
versionName '1.3.4'
17+
versionCode 11
18+
versionName '1.3.5'
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)