From 411f4d7d0b086cc9a680d32b945d5e790b973e64 Mon Sep 17 00:00:00 2001 From: Thad Hughes Date: Tue, 13 Dec 2011 15:09:48 -0800 Subject: [PATCH] Added project.properties --- project.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 project.properties diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..c1fd41a --- /dev/null +++ b/project.properties @@ -0,0 +1,13 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "ant.properties", and override values to adapt the script to your +# project structure. + +# Indicates whether an apk should be generated for each density. +split.density=false +# Project target. +target=android-8 -- 2.43.0