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

Width:  |  Height:  |  Size: 392 B

View File

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

View File

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