Skip to content

Commit 403375c

Browse files
committed
Release 1.5.3
1 parent 33ac8a1 commit 403375c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Picard Barcode Scanner Changelog
22

3+
## Version 1.5.3 - 2021-10-28
4+
- Added Portuguese (Brazil) translation (inkhorn)
5+
- Fixed Hebrew store listing metadata for F-Droid
6+
37
## Version 1.5.2 - 2021-10-01
48
- Added Finnish translation (Riku Viitanen)
59
- Updated Chinese (simplified) and German translations

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "org.musicbrainz.picard.barcodescanner"
1010
minSdk 24
1111
targetSdk 31
12-
versionCode 14
13-
versionName '1.5.2'
12+
versionCode 15
13+
versionName '1.5.3'
1414
}
1515
buildTypes {
1616
release {
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- Added Finnish translation
2-
- Updated Chinese (simplified) and German translations
1+
- Added Portuguese (Brazil) translation

0 commit comments

Comments
 (0)