Optimize resources

This commit is contained in:
Ash 2022-04-03 00:34:02 +08:00
parent 622d0e2cfd
commit 14047ac5c7
3 changed files with 4 additions and 7 deletions

Binary file not shown.

Before

(image error) Size: 392 B

@ -1,5 +0,0 @@
*{
fontSize: 18px;
fontWeight: SemiBold;
lineHeight: 32px;
}

@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true" />
<network-security-config xmlns:tools="http://schemas.android.com/tools">
<base-config
cleartextTrafficPermitted="true"
tools:ignore="InsecureBaseConfiguration" />
</network-security-config>