Skip to content

Commit bae6f21

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 767002963
1 parent 0760744 commit bae6f21

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

samples/HelloWorld/UMBUILD

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
]

0 commit comments

Comments
 (0)