diff --git a/Sample/build.settings b/Sample/build.settings index d766556..efe2629 100644 --- a/Sample/build.settings +++ b/Sample/build.settings @@ -4,7 +4,7 @@ settings = { orientation = { - default = "portrait", + default = "portrait", supported = {"portrait","landscapeLeft","landscapeRight"}, }, @@ -16,14 +16,9 @@ settings = { }, plugins = { - -- For production, Vungle SDK is obtained from Corona server ["plugin.vungle"] = { publisherId = "com.vungle" }, - - ["plugin.google.play.services"] = { - publisherId = "com.coronalabs" - }, }, }