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 3633af5 commit ce6c6f2Copy full SHA for ce6c6f2
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 1.52.0
4
+* Fix parsing timezone in calendar dates
5
+* Update French translation
6
+
7
## 1.51.1
8
* Fix extraction of raw bytes for some barcodes
9
app/build.gradle
@@ -9,8 +9,8 @@ android {
minSdkVersion 9
10
targetSdkVersion sdk_version
11
12
- versionCode 99
13
- versionName '1.51.1'
+ versionCode 100
+ versionName '1.52.0'
14
15
// Required for desugaring.
16
multiDexEnabled true
0 commit comments