Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. settings =
  2. {
  3.  
  4. splashScreen =
  5. {
  6. enable = false
  7. },
  8.  
  9. orientation =
  10. {
  11. default = "portrait",
  12. supported =
  13. {
  14. "portrait", "portraitUpsideDown",
  15. },
  16. },
  17.  
  18. android =
  19. {
  20. versionCode = "101",
  21. googlePlayGamesAppId = "xxxxxxxxxxxx",
  22.  
  23. applicationChildElements =
  24. {
  25. [[
  26. <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID"
  27. android:value="ca-app-pub-xxxxxxxxxxxxx~xxxxxxxxxxxxxxxxxxx"/>
  28. ]],
  29. },
  30.  
  31. minSdkVersion = "16",
  32.  
  33. usesPermissions =
  34. {
  35. "android.permission.INTERNET",
  36. "android.permission.ACCESS_WIFI_STATE",
  37. "android.permission.READ_PHONE_STATE",
  38. "android.permission.ACCESS_NETWORK_STATE",
  39. "android.permission.WRITE_EXTERNAL_STORAGE"
  40. },
  41. },
  42.  
  43. plugins =
  44. {
  45.  
  46. ['plugin.appodeal.beta.base'] = { publisherId = 'com.coronalabs' },
  47. ['plugin.appodeal.beta.GoogleAdMob'] = { publisherId = 'com.coronalabs' },
  48. --['plugin.appodeal.beta.Chartboost'] = { publisherId = 'com.coronalabs' },
  49. ['plugin.appodeal.beta.StartApp'] = { publisherId = 'com.coronalabs' },
  50. ['plugin.appodeal.beta.AdColony'] = { publisherId = 'com.coronalabs' },
  51.  
  52. ["plugin.pollfish"] =
  53. {
  54. publisherId = "com.coronalabs",
  55. supportedPlatforms = { android=true }
  56. },
  57.  
  58. ["plugin.gpgs.v2"] =
  59. {
  60. publisherId = "com.coronalabs",
  61. supportedPlatforms = { android=true }
  62. },
  63. },
  64.  
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement