Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- settings =
- {
- splashScreen =
- {
- enable = false
- },
- orientation =
- {
- default = "portrait",
- supported =
- {
- "portrait", "portraitUpsideDown",
- },
- },
- android =
- {
- versionCode = "101",
- googlePlayGamesAppId = "xxxxxxxxxxxx",
- applicationChildElements =
- {
- [[
- <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID"
- android:value="ca-app-pub-xxxxxxxxxxxxx~xxxxxxxxxxxxxxxxxxx"/>
- ]],
- },
- minSdkVersion = "16",
- usesPermissions =
- {
- "android.permission.INTERNET",
- "android.permission.ACCESS_WIFI_STATE",
- "android.permission.READ_PHONE_STATE",
- "android.permission.ACCESS_NETWORK_STATE",
- "android.permission.WRITE_EXTERNAL_STORAGE"
- },
- },
- plugins =
- {
- ['plugin.appodeal.beta.base'] = { publisherId = 'com.coronalabs' },
- ['plugin.appodeal.beta.GoogleAdMob'] = { publisherId = 'com.coronalabs' },
- --['plugin.appodeal.beta.Chartboost'] = { publisherId = 'com.coronalabs' },
- ['plugin.appodeal.beta.StartApp'] = { publisherId = 'com.coronalabs' },
- ['plugin.appodeal.beta.AdColony'] = { publisherId = 'com.coronalabs' },
- ["plugin.pollfish"] =
- {
- publisherId = "com.coronalabs",
- supportedPlatforms = { android=true }
- },
- ["plugin.gpgs.v2"] =
- {
- publisherId = "com.coronalabs",
- supportedPlatforms = { android=true }
- },
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement