From 96655389993f71ac897084a46f2259b3420ef69a Mon Sep 17 00:00:00 2001 From: alopezh Date: Tue, 15 Jun 2021 10:04:50 +0200 Subject: [PATCH 1/2] chore: remove camera permission --- app/src/main/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e0dd9834..58f8f8aa 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -14,7 +14,6 @@ package="es.gob.radarcovid"> - From 48ed396e7bad6069ac45911d4ca4376668f393b9 Mon Sep 17 00:00:00 2001 From: alopezh Date: Tue, 15 Jun 2021 10:05:24 +0200 Subject: [PATCH 2/2] chore: bump version code and update changelog --- CHANGELOG.md | 4 ++++ app/build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc256f4..357caf4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,3 +52,7 @@ All notable changes to this project will be documented in this file. * Accessibility improvements: * Fixed "Status Change" header in healed pop-up. * Added closing icon on popups. + +### 1.3.0 (2021-02-17) + +* Certificate update diff --git a/app/build.gradle b/app/build.gradle index 245e1406..e5b454e4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,7 +22,7 @@ android { applicationId "es.gob.radarcovid" minSdkVersion 23 targetSdkVersion 29 - versionCode 11 + versionCode 12 versionName "1.4.0" resConfigs "en", "es", "ro", "ca", "gl", "eu", "fr"