Advance version number to 1.52.0

This commit is contained in:
Markus Fisch
2022-08-10 23:25:46 +02:00
parent 3633af5e0a
commit e8a97ca41a
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Change Log
## 1.52.0
* Fix parsing timezone in calendar dates
* Update French translation
## 1.51.1
* Fix extraction of raw bytes for some barcodes
+2 -2
View File
@@ -9,8 +9,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
versionCode 99
versionName '1.51.1'
versionCode 100
versionName '1.52.0'
// Required for desugaring.
multiDexEnabled true