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 9af59db commit 7c16746Copy full SHA for 7c16746
NEWS.md
@@ -1,5 +1,10 @@
1
# Picard Barcode Scanner Changelog
2
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
+
8
## Version 1.6.0 - 2022-02-05
9
- Picard port can be auto detected in settings
10
- New adaptive icon (for Android 8 and later)
app/build.gradle
@@ -23,8 +23,8 @@ android {
23
applicationId "org.musicbrainz.picard.barcodescanner"
24
minSdk 21
25
targetSdk 32
26
- versionCode 28
27
- versionName '1.6.1 Beta'
+ versionCode 29
+ versionName '1.6.1'
28
}
29
buildTypes {
30
debug {
0 commit comments