可以抓包
This commit is contained in:
Binary file not shown.
@@ -1,2 +1,2 @@
|
|||||||
#Thu Jan 15 14:42:34 CST 2026
|
#Tue Mar 24 13:30:56 CST 2026
|
||||||
gradle.version=8.0.1
|
gradle.version=8.0.1
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
#Thu Jan 15 14:41:35 CST 2026
|
|
||||||
java.home=/Applications/Android Studio.app/Contents/jbr/Contents/Home
|
|
||||||
9
android/app/src/main/res/xml/network_security_config.xml
Normal file
9
android/app/src/main/res/xml/network_security_config.xml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<network-security-config>
|
||||||
|
<base-config cleartextTrafficPermitted="true">
|
||||||
|
<trust-anchors>
|
||||||
|
<certificates src="system" />
|
||||||
|
<certificates src="user" />
|
||||||
|
</trust-anchors>
|
||||||
|
</base-config>
|
||||||
|
</network-security-config>
|
||||||
Submodule servers/walletman updated: 1ea0ee5196...96d1cf84ba
Reference in New Issue
Block a user