diff options
author | cyBerta <richy@cyborgsociety.org> | 2013-11-30 00:56:28 +0100 |
---|---|---|
committer | cyBerta <richy@cyborgsociety.org> | 2013-11-30 00:56:28 +0100 |
commit | 8462f8a65eacbc47d8e63db058584bed0898e279 (patch) | |
tree | 7df2795d04ac8550d1e6907d5efa4c75c5fb07d3 /tests/project.properties | |
parent | ecd01db4ca5c0000d671e888ebdf97c3fdbd51cc (diff) | |
parent | 6bf1c8ccbf83defb44e279ed4236e9538c3a09ba (diff) |
Merge branch 'feature/tests-0.2.1' into develop
Diffstat (limited to 'tests/project.properties')
-rw-r--r-- | tests/project.properties | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/project.properties b/tests/project.properties new file mode 100644 index 00000000..a3ee5ab6 --- /dev/null +++ b/tests/project.properties @@ -0,0 +1,14 @@ +# 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 edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-17 |