diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-08-17 01:56:11 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2010-08-17 02:19:39 +0200 |
commit | d773a39a1f07ae4b8021222a47c16b048d7fd435 (patch) | |
tree | 3558cbd77c8e6aa54f5593b556fcbf330fea0120 /default.properties | |
download | AndMAL-d773a39a1f07ae4b8021222a47c16b048d7fd435.tar.gz AndMAL-d773a39a1f07ae4b8021222a47c16b048d7fd435.tar.xz AndMAL-d773a39a1f07ae4b8021222a47c16b048d7fd435.zip |
initial commit
Diffstat (limited to 'default.properties')
-rw-r--r-- | default.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/default.properties b/default.properties new file mode 100644 index 0000000..a1ef8e9 --- /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, +# "build.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-3 |