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 f4d625a commit 3244f07Copy full SHA for 3244f07
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## 1.3.5
4
+* Add german translation
5
+* Fix handling of data intents
6
+* Respond to ZXing' SCAN intents
7
+
8
## 1.3.4
9
* Fix pre-processing for Android 7+
10
* Fix adaptive icons for Android 8+
app/build.gradle
@@ -14,8 +14,8 @@ android {
14
minSdkVersion 9
15
targetSdkVersion sdk_version
16
17
- versionCode 10
18
- versionName '1.3.4'
+ versionCode 11
+ versionName '1.3.5'
19
20
// it's recommended to set this value to the lowest API level
21
// able to provide all the functionality
0 commit comments