build.settings
settings = {
orientation = {
default = "landscapeRight",
supported = { "landscapeRight", "landscapeLeft" }
},
iphone = { ... },
android = {
googlePlayGamesAppId = "xxxxxxxxxxxxxx", -- Secret ;)
usesExpansionFile = true,
usesPermissions = {
"android.permission.INTERNET",
"android.permission.VIBRATE",
"android.permission.WRITE_EXTERNAL_STORAGE",
"com.android.vending.BILLING",
"com.android.vending.CHECK_LICENSE"
},
largeHeap = true
},
plugins = {
publisherId = "com.coronalabs",
supportedPlatforms = {
android = true
}
},
["plugin.google.iap.v3"] = {
publisherId = "com.coronalabs",
supportedPlatforms = {
android = true
}
},
["plugin.google.play.services"] = {
publisherId = "com.coronalabs"
}
}
}