Compare commits

..

1 Commits

Author SHA1 Message Date
chen08209
fd3040283c Fix submit error 2024-05-30 17:22:23 +08:00
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config xmlns:tools="http://schemas.android.com/tools"
tools:ignore="AcceptsUserCertificates">
<base-config>
<trust-anchors>
<certificates src="system" />
<certificates src="user" />
</trust-anchors>
</base-config>
</network-security-config>

View File

@@ -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'