dmuratshin 9 years ago
parent
commit
66718dde51
2 changed files with 2 additions and 2 deletions
  1. 1 1
      license.txt
  2. 1 1
      tools/gen_template.py

+ 1 - 1
license.txt

@@ -1,4 +1,4 @@
-This framework (folders: examples, oxygine, tools) is distributed under the MIT License:
+This framework is distributed under the MIT License:
 
 
 Copyright (c) 2011-2013 Denis Muratshin
 Copyright (c) 2011-2013 Denis Muratshin
 
 

+ 1 - 1
tools/gen_template.py

@@ -312,7 +312,7 @@ def _run(args):
             print("src " + src_path)
             print("src " + src_path)
             tp = guess_type(src_path)
             tp = guess_type(src_path)
 
 
-            if ext == ".storyboard":
+            if ext in (".storyboard", ".gradle"):
                 tp = ("text", "")
                 tp = ("text", "")
 
 
             if not tp[0]:
             if not tp[0]: