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);