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 988280e commit fb2cde4Copy full SHA for fb2cde4
NEWS.md
@@ -1,6 +1,6 @@
1
# Picard Barcode Scanner Changelog
2
3
-## Version 1.6.0 - 2022-??-??
+## Version 1.6.0 - 2022-02-05
4
- Picard port can be auto detected in settings
5
- New adaptive icon (for Android 8 and later)
6
app/build.gradle
@@ -21,8 +21,8 @@ android {
21
applicationId "org.musicbrainz.picard.barcodescanner"
22
minSdk 24
23
targetSdk 31
24
- versionCode 24
25
- versionName '1.6 Beta'
+ versionCode 25
+ versionName '1.6'
26
}
27
buildTypes {
28
release {
fastlane/metadata/android/en-US/changelogs/25.txt
@@ -0,0 +1,2 @@
+- Picard port can be auto detected in settings
+- New adaptive icon (for Android 8 and later)
0 commit comments