From 3e330202d939b091c62f3cbdaf61f123ac3b4d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uraz=20Akg=C3=BCltan?= Date: Fri, 16 Feb 2024 15:22:58 +0100 Subject: [PATCH 1/2] Remove package attribute --- android/app/src/appstore/java/AndroidManifest.xml | 3 +-- android/app/src/debug/AndroidManifest.xml | 3 +-- android/app/src/dev/AndroidManifest.xml | 3 +-- android/app/src/main/AndroidManifest.xml | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/android/app/src/appstore/java/AndroidManifest.xml b/android/app/src/appstore/java/AndroidManifest.xml index 9f028e783..a36f60bf9 100644 --- a/android/app/src/appstore/java/AndroidManifest.xml +++ b/android/app/src/appstore/java/AndroidManifest.xml @@ -1,6 +1,5 @@ + xmlns:tools="http://schemas.android.com/tools"> + xmlns:tools="http://schemas.android.com/tools"> diff --git a/android/app/src/dev/AndroidManifest.xml b/android/app/src/dev/AndroidManifest.xml index dea08fbf6..6b6ddbef1 100644 --- a/android/app/src/dev/AndroidManifest.xml +++ b/android/app/src/dev/AndroidManifest.xml @@ -1,6 +1,5 @@ + xmlns:tools="http://schemas.android.com/tools"> + xmlns:tools="http://schemas.android.com/tools"> Date: Fri, 16 Feb 2024 16:33:27 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a3943fa0..ddc410b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Fixed +- We have removed deprecated attribute from manifest files. + +## [8.0.3] - 2024-02-13 + +### Fixed + - We have removed redundant launch screen ## [8.0.2] - 2024-01-18