From 5f8d8996bb4fb2e5a280286b2cd754d80da695c7 Mon Sep 17 00:00:00 2001 From: Svoka Date: Fri, 12 Jul 2019 06:54:15 -0400 Subject: [PATCH] removing obsolete plugin from build.settings --- Sample/build.settings | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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" - }, }, }