File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # http://go/unity-devtool-umb#umbuild
2+ BuildTargetDescriptors = [
3+ {
4+ 'id': 'helloworld',
5+ 'name': 'Sample project for building GMA SDK Unity on Kokoro',
6+ 'tags': ['unity_kokoro', 'gmasdk'],
7+ 'target_type': 'app',
8+ 'platforms': ['android'],
9+ 'unity_ver': '2020.3',
10+ 'unity_params': {
11+ 'AndroidTargetSdk': 34,
12+ 'AppFileName': 'helloworld',
13+ 'BundleId': 'com.google.unitykokoro.gmasdk.helloworld',
14+ 'Scenes': [
15+ 'Assets/Scenes/GoogleAppOpenAdScene.unity',
16+ 'Assets/Scenes/GoogleBannerViewScene.unity',
17+ 'Assets/Scenes/GoogleInterstitialAdScene.unity',
18+ 'Assets/Scenes/GoogleMobileAdsScene.unity',
19+ 'Assets/Scenes/GoogleNativeOverlayAdScene.unity',
20+ 'Assets/Scenes/GoogleRewardedAdScene.unity',
21+ 'Assets/Scenes/GoogleRewardedInterstitialAdScene.unity',
22+ ],
23+ },
24+ },
25+ ]
You can’t perform that action at this time.
0 commit comments