diff options
author | Kenny Root <kenny@the-b.org> | 2010-02-10 04:13:14 +0000 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2010-02-10 04:13:14 +0000 |
commit | 204eb8d288c3774da5ef27b1a6a565199d0ce84f (patch) | |
tree | c8132a3b668a4c15681ed8e679d5cf7564858feb /tests/default.properties | |
parent | 8d2a23b326c0a85cc4aad77a06ba03ed3d4b744d (diff) | |
download | connectbot-204eb8d288c3774da5ef27b1a6a565199d0ce84f.tar.gz connectbot-204eb8d288c3774da5ef27b1a6a565199d0ce84f.tar.bz2 connectbot-204eb8d288c3774da5ef27b1a6a565199d0ce84f.zip |
Updated license on test suite and stragglers
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@475 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'tests/default.properties')
-rw-r--r-- | tests/default.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/default.properties b/tests/default.properties index bc708b0..85c595c 100644 --- a/tests/default.properties +++ b/tests/default.properties @@ -7,5 +7,7 @@ # "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 |