gamnit & contrib: lower the Android target API
[nit.git] / lib / gamnit / examples / template_flat / src / template_flat.nit
index b15d6b8..e73900d 100644 (file)
@@ -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.