Skip to content

Commit ce6c6f2

Browse files
committed
Advance version number to 1.52.0
1 parent 3633af5 commit ce6c6f2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.52.0
4+
* Fix parsing timezone in calendar dates
5+
* Update French translation
6+
37
## 1.51.1
48
* Fix extraction of raw bytes for some barcodes
59

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
minSdkVersion 9
1010
targetSdkVersion sdk_version
1111

12-
versionCode 99
13-
versionName '1.51.1'
12+
versionCode 100
13+
versionName '1.52.0'
1414

1515
// Required for desugaring.
1616
multiDexEnabled true

0 commit comments

Comments
 (0)