From cb9d5fb019d46984bb6a34fc2a9f465385b27612 Mon Sep 17 00:00:00 2001 From: Joseph Cloutier Date: Sat, 29 Apr 2017 04:02:37 -0400 Subject: [PATCH] Fix 'lime create extension'. --- tools/utils/CreateTemplate.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/utils/CreateTemplate.hx b/tools/utils/CreateTemplate.hx index 2bc5299eb..280e4da74 100644 --- a/tools/utils/CreateTemplate.hx +++ b/tools/utils/CreateTemplate.hx @@ -38,6 +38,7 @@ class CreateTemplate { context.ANDROID_MINIMUM_SDK_VERSION = "::ANDROID_MINIMUM_SDK_VERSION::"; context.META_BUILD_NUMBER = "::META_BUILD_NUMBER::"; context.META_VERSION = "::META_VERSION::"; + context.ANDROID_GRADLE_PLUGIN = "::ANDROID_GRADLE_PLUGIN::"; PathHelper.mkdir (title); FileHelper.recursiveCopyTemplate ([ PathHelper.getHaxelib (new Haxelib ("lime"), true) + "/templates" ], "extension", title, context);