Skip to content

Commit 7c16746

Browse files
committed
Release 1.6.1
1 parent 9af59db commit 7c16746

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

NEWS.md

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

3+
## Version 1.6.1 - 2022-10-10
4+
- Lowered version requirements to Android 5.0 again
5+
- Support new Android 12 backup configuration
6+
- Updated Dutch, French and German translations
7+
38
## Version 1.6.0 - 2022-02-05
49
- Picard port can be auto detected in settings
510
- New adaptive icon (for Android 8 and later)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
applicationId "org.musicbrainz.picard.barcodescanner"
2424
minSdk 21
2525
targetSdk 32
26-
versionCode 28
27-
versionName '1.6.1 Beta'
26+
versionCode 29
27+
versionName '1.6.1'
2828
}
2929
buildTypes {
3030
debug {

0 commit comments

Comments
 (0)