作者 pandada8987

更新7277SDK

... ... @@ -66,8 +66,6 @@ games/
/config/sdk/youxitu/smali/
/config/sdk/zhongjian/smali/
/config/sdk/quick/smali/
# python打包缓存目录不需要提交
/__pycache__/
# python打包缓存目录不需要提交
**/__pycache__/
\ No newline at end of file
... ...
... ... @@ -10,7 +10,7 @@
<uses-permission android:name="com.asus.msa.SupplementaryDID.ACCESS" />
<uses-permission android:name="freemme.permission.msa" />
</permissionConfig>
<applicationConfig>
<applicationConfig android:networkSecurityConfig="@xml/network_security_config">
<activity
android:name="com.zhenwan.sdk.activity.ZWSplashActivity"
android:exported="true"
... ... @@ -39,7 +39,7 @@
<service android:name="com.zhenwan.sdk.service.LogService" />
<meta-data
android:name="com.huawei.hms.client.service.name:ads-identifier"
android:value="ads-identifier:3.4.62.300" />
android:value="ads-identifier:3.4.39.302" />
<service
android:name="com.volcengine.onekit.component.ComponentDiscoveryService"
android:exported="false" >
... ...
不能预览此文件类型
... ... @@ -9,6 +9,4 @@
<string name="zw_reject">不同意</string>
<string name="zw_agree">同 意</string>
<string name="zw_sure">确 定</string>
<string name="identifier_hiad_str_2">245d64e65dc9fe70d4d62aa6b941221fa92a3fb07db7a4858e43bf1dbf2972e9</string>
<string name="identifier_hiad_str_3">9b38b1ce5d9b5bba1a6539ad75eae153555c74f5b95e6cdfe5019a6a0e56f466</string>
</resources>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true" />
</network-security-config>
\ No newline at end of file
... ...
不能预览此文件类型