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 3f94402 commit 988280eCopy full SHA for 988280e
2 files changed
NEWS.md
@@ -1,5 +1,9 @@
1
# Picard Barcode Scanner Changelog
2
3
+## Version 1.6.0 - 2022-??-??
4
+- Picard port can be auto detected in settings
5
+- New adaptive icon (for Android 8 and later)
6
+
7
## Version 1.5.4 - 2021-11-22
8
- Hide corresponding menu item on Preferences and About screen
9
- Added Dutch translation (Maurits Meulenbelt)
app/build.gradle
@@ -21,7 +21,7 @@ android {
21
applicationId "org.musicbrainz.picard.barcodescanner"
22
minSdk 24
23
targetSdk 31
24
- versionCode 23
+ versionCode 24
25
versionName '1.6 Beta'
26
}
27
buildTypes {
0 commit comments