From fd3040283c7635d153c94d85e3917a1cabb2f674 Mon Sep 17 00:00:00 2001 From: chen08209 Date: Thu, 30 May 2024 17:22:23 +0800 Subject: [PATCH] Fix submit error --- .../app/src/main/res/xml/network_security_config.xml | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 android/app/src/main/res/xml/network_security_config.xml diff --git a/android/app/src/main/res/xml/network_security_config.xml b/android/app/src/main/res/xml/network_security_config.xml new file mode 100644 index 0000000..efbcacf --- /dev/null +++ b/android/app/src/main/res/xml/network_security_config.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 2d3d482..e5bb9bf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fl_clash description: A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free. publish_to: 'none' -version: 0.8.4 +version: 0.8.5 environment: sdk: '>=3.1.0 <4.0.0'