From 433b7c7a2bdf838d536bb009e261820bd21af028 Mon Sep 17 00:00:00 2001 From: Thad Hughes Date: Wed, 14 Dec 2011 11:08:58 -0800 Subject: [PATCH] Changed default.properties. --- default.properties | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) mode change 120000 => 100644 default.properties diff --git a/default.properties b/default.properties deleted file mode 120000 index 82d8917..0000000 --- a/default.properties +++ /dev/null @@ -1 +0,0 @@ -project.properties \ No newline at end of file diff --git a/default.properties b/default.properties new file mode 100644 index 0000000..c1fd41a --- /dev/null +++ b/default.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