From ac75aaa93e2afcebd9cbb79039e1868b063e55e1 Mon Sep 17 00:00:00 2001 From: DattatreyaReddy Panta <58727124+DattatreyaReddy@users.noreply.github.com> Date: Wed, 17 Jan 2024 01:34:14 +0530 Subject: [PATCH] fixed android build --- android/app/src/main/res/xml/network_security_config.xml | 1 - pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/android/app/src/main/res/xml/network_security_config.xml b/android/app/src/main/res/xml/network_security_config.xml index a9bd9566..6000a8e5 100644 --- a/android/app/src/main/res/xml/network_security_config.xml +++ b/android/app/src/main/res/xml/network_security_config.xml @@ -6,7 +6,6 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - diff --git a/pubspec.yaml b/pubspec.yaml index 8b4cccb2..55ed1f1d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: tachidesk_sorayomi description: A new Flutter frontend for Tachidesk. publish_to: "none" -version: 0.5.20+1 +version: 0.5.21+1 environment: sdk: ">=3.0.0 <4.0.0"