You've already forked Commercialization.topon
11 lines
465 B
XML
11 lines
465 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.unity3d.player"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
<application tools:replace="android:networkSecurityConfig">
|
|
<!--这个设置主要是为了适配9.0以上的机器(必须使用)-->
|
|
<uses-library android:name="org.apache.http.legacy" android:required="false" />
|
|
</application>
|
|
</manifest>
|