From f3007d10926d594e602c6e74bab078d647cd9e2e Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Tue, 27 Jul 2021 08:29:54 +0200 Subject: [PATCH] Release 1.5 --- NEWS.txt | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 3e2452f..20cc843 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,4 +1,4 @@ -Version 1.5 - 2021-??-?? +Version 1.5 - 2021-07-27 * Built-in barcode scanner, no longer relying on external app * Barcode scanning in portrait mode is possible * Show Picard connection status diff --git a/app/build.gradle b/app/build.gradle index 751b2a8..ade3c4f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.musicbrainz.picard.barcodescanner" minSdkVersion 24 targetSdkVersion 30 - versionCode 10 - versionName '1.5 Beta 2' + versionCode 11 + versionName '1.5' } buildTypes { release {