diff options
Diffstat (limited to 'default.properties')
-rw-r--r-- | default.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/default.properties b/default.properties index bc708b0..c52c4b9 100644 --- a/default.properties +++ b/default.properties @@ -7,5 +7,8 @@ # "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 +target=android-4 |