Compare commits
7 Commits
848d8f74e5
...
a8c0053a69
Author | SHA1 | Date |
---|---|---|
zhangaotian | a8c0053a69 | |
zhangaotian | c75e5f7d79 | |
马远征 | 4240accc9b | |
zhangaotian | 74f52d1928 | |
zhangaotian | 8fb5c58872 | |
zhangaotian | 6963988b7d | |
zhangaotian | a474da6e3b |
|
@ -3,7 +3,7 @@
|
|||
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />
|
||||
<uses-permission android:name="com.android.vending.BILLING" />
|
||||
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true" />
|
||||
<application android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:icon="@drawable/app_icon" android:label="@string/app_name" android:debuggable="true">
|
||||
<application android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:icon="@drawable/app_icon" android:label="@string/app_name" android:debuggable="false">
|
||||
<activity android:name="com.unity3d.player.UnityPlayerActivity" android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
|
@ -136,7 +136,7 @@ PlayerSettings:
|
|||
vulkanEnableLateAcquireNextImage: 0
|
||||
vulkanEnableCommandBufferRecycling: 1
|
||||
loadStoreDebugModeEnabled: 0
|
||||
bundleVersion: 1.0.2
|
||||
bundleVersion: 1.0.3
|
||||
preloadedAssets: []
|
||||
metroInputSource: 0
|
||||
wsaTransparentSwapchain: 0
|
||||
|
@ -167,7 +167,7 @@ PlayerSettings:
|
|||
iPhone: 3
|
||||
tvOS: 0
|
||||
overrideDefaultApplicationIdentifier: 1
|
||||
AndroidBundleVersionCode: 1
|
||||
AndroidBundleVersionCode: 5
|
||||
AndroidMinSdkVersion: 24
|
||||
AndroidTargetSdkVersion: 34
|
||||
AndroidPreferredInstallLocation: 0
|
||||
|
@ -261,8 +261,8 @@ PlayerSettings:
|
|||
AndroidTargetDevices: 1
|
||||
AndroidSplashScreenScale: 0
|
||||
androidSplashScreen: {fileID: 2800000, guid: 21dcf543011935f4d9ed45ea2c276936, type: 3}
|
||||
AndroidKeystoreName: '{dedicated}: key/forest.keystore'
|
||||
AndroidKeyaliasName: forest
|
||||
AndroidKeystoreName: '{dedicated}: key/keystore.keystore'
|
||||
AndroidKeyaliasName: avery
|
||||
AndroidEnableArmv9SecurityFeatures: 0
|
||||
AndroidBuildApkPerCpuArchitecture: 0
|
||||
AndroidTVCompatibility: 0
|
||||
|
|
Loading…
Reference in New Issue