作者 pandada8987

更新7277SDK

@@ -66,8 +66,6 @@ games/ @@ -66,8 +66,6 @@ games/
66 /config/sdk/youxitu/smali/ 66 /config/sdk/youxitu/smali/
67 /config/sdk/zhongjian/smali/ 67 /config/sdk/zhongjian/smali/
68 /config/sdk/quick/smali/ 68 /config/sdk/quick/smali/
69 -# python打包缓存目录不需要提交  
70 -/__pycache__/  
71 -  
72 69
  70 +# python打包缓存目录不需要提交
73 **/__pycache__/ 71 **/__pycache__/
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 <uses-permission android:name="com.asus.msa.SupplementaryDID.ACCESS" /> 10 <uses-permission android:name="com.asus.msa.SupplementaryDID.ACCESS" />
11 <uses-permission android:name="freemme.permission.msa" /> 11 <uses-permission android:name="freemme.permission.msa" />
12 </permissionConfig> 12 </permissionConfig>
13 - <applicationConfig> 13 + <applicationConfig android:networkSecurityConfig="@xml/network_security_config">
14 <activity 14 <activity
15 android:name="com.zhenwan.sdk.activity.ZWSplashActivity" 15 android:name="com.zhenwan.sdk.activity.ZWSplashActivity"
16 android:exported="true" 16 android:exported="true"
@@ -39,7 +39,7 @@ @@ -39,7 +39,7 @@
39 <service android:name="com.zhenwan.sdk.service.LogService" /> 39 <service android:name="com.zhenwan.sdk.service.LogService" />
40 <meta-data 40 <meta-data
41 android:name="com.huawei.hms.client.service.name:ads-identifier" 41 android:name="com.huawei.hms.client.service.name:ads-identifier"
42 - android:value="ads-identifier:3.4.62.300" /> 42 + android:value="ads-identifier:3.4.39.302" />
43 <service 43 <service
44 android:name="com.volcengine.onekit.component.ComponentDiscoveryService" 44 android:name="com.volcengine.onekit.component.ComponentDiscoveryService"
45 android:exported="false" > 45 android:exported="false" >
不能预览此文件类型
@@ -9,6 +9,4 @@ @@ -9,6 +9,4 @@
9 <string name="zw_reject">不同意</string> 9 <string name="zw_reject">不同意</string>
10 <string name="zw_agree">同 意</string> 10 <string name="zw_agree">同 意</string>
11 <string name="zw_sure">确 定</string> 11 <string name="zw_sure">确 定</string>
12 - <string name="identifier_hiad_str_2">245d64e65dc9fe70d4d62aa6b941221fa92a3fb07db7a4858e43bf1dbf2972e9</string>  
13 - <string name="identifier_hiad_str_3">9b38b1ce5d9b5bba1a6539ad75eae153555c74f5b95e6cdfe5019a6a0e56f466</string>  
14 </resources> 12 </resources>
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<network-security-config>
  3 + <base-config cleartextTrafficPermitted="true" />
  4 +</network-security-config>
不能预览此文件类型