Skip to content

Commit 63323e3

Browse files
committed
changes for the android demo build
1 parent a02b59a commit 63323e3

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Assets/Plugins/Android/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
<category android:name="android.intent.category.BROWSABLE" />
1414
<data android:scheme="comhorizongamesdemounitygame" />
1515
</intent-filter>
16+
<intent-filter>
17+
<action android:name="android.intent.action.VIEW" />
18+
<category android:name="android.intent.category.DEFAULT" />
19+
<category android:name="android.intent.category.BROWSABLE" />
20+
<data android:scheme="sdk-powered-by-sequence" />
21+
</intent-filter>
1622
</activity>
1723
</application>
1824
<queries>

ProjectSettings/ProjectSettings.asset

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ PlayerSettings:
172172
iPhone: 2
173173
tvOS: 0
174174
overrideDefaultApplicationIdentifier: 1
175-
AndroidBundleVersionCode: 2
175+
AndroidBundleVersionCode: 3
176176
AndroidMinSdkVersion: 22
177-
AndroidTargetSdkVersion: 34
177+
AndroidTargetSdkVersion: 35
178178
AndroidPreferredInstallLocation: 1
179179
aotOptions:
180180
stripEngineCode: 1
@@ -269,16 +269,16 @@ PlayerSettings:
269269
AndroidTargetDevices: 0
270270
AndroidSplashScreenScale: 0
271271
androidSplashScreen: {fileID: 0}
272-
AndroidKeystoreName:
273-
AndroidKeyaliasName:
272+
AndroidKeystoreName: /Users/andygruning/Desktop/sequence-unity-sdk.keystore
273+
AndroidKeyaliasName: unity-sdk
274274
AndroidEnableArmv9SecurityFeatures: 0
275275
AndroidBuildApkPerCpuArchitecture: 0
276276
AndroidTVCompatibility: 0
277277
AndroidIsGame: 1
278278
AndroidEnableTango: 0
279279
androidEnableBanner: 1
280280
androidUseLowAccuracyLocation: 0
281-
androidUseCustomKeystore: 0
281+
androidUseCustomKeystore: 1
282282
m_AndroidBanners:
283283
- width: 320
284284
height: 180

0 commit comments

Comments
 (0)