X-Git-Url: http://nitlanguage.org diff --git a/lib/gamnit/examples/template_flat/src/template_flat.nit b/lib/gamnit/examples/template_flat/src/template_flat.nit index b15d6b8..e73900d 100644 --- a/lib/gamnit/examples/template_flat/src/template_flat.nit +++ b/lib/gamnit/examples/template_flat/src/template_flat.nit @@ -10,8 +10,7 @@ module template_flat is app_name "gamnit 2D Template" app_namespace "net.xymus.template_flat" app_version(1, 0, git_revision) - - android_api_target 15 + android_api_target 10 end import gamnit::flat # For `Texture, Sprite`, etc.