add network security config
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<network-security-config xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
<base-config>
|
||||||
|
<trust-anchors>
|
||||||
|
<certificates src="system" />
|
||||||
|
<certificates src="user"
|
||||||
|
tools:ignore="AcceptsUserCertificates" />
|
||||||
|
</trust-anchors>
|
||||||
|
</base-config>
|
||||||
|
</network-security-config>
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
android:label="@string/app_name_pig"
|
android:label="@string/app_name_pig"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/Theme.Videobox"
|
android:theme="@style/Theme.Videobox"
|
||||||
|
android:networkSecurityConfig="@xml/network_security_config"
|
||||||
tools:ignore="UnusedAttribute">
|
tools:ignore="UnusedAttribute">
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<network-security-config>
|
||||||
|
<base-config>
|
||||||
|
<trust-anchors>
|
||||||
|
<certificates src="system" />
|
||||||
|
</trust-anchors>
|
||||||
|
</base-config>
|
||||||
|
</network-security-config>
|
||||||
@@ -3,8 +3,8 @@ activity-compose = "1.13.0"
|
|||||||
|
|
||||||
appcompat = "1.7.1"
|
appcompat = "1.7.1"
|
||||||
coil-compose = "3.5.0"
|
coil-compose = "3.5.0"
|
||||||
compose-gradle-plugin = "1.12.0-beta01"
|
compose-gradle-plugin = "1.11.1"
|
||||||
compose-version = "1.12.0-alpha03"
|
compose-version = "1.11.0-alpha03"
|
||||||
desugar_jdk_libs = "2.1.5"
|
desugar_jdk_libs = "2.1.5"
|
||||||
haze = "1.7.2"
|
haze = "1.7.2"
|
||||||
java-jwt = "4.6.0"
|
java-jwt = "4.6.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user