diff options
author | Parménides GV <parmegv@sdf.org> | 2013-11-22 11:57:00 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-11-22 11:57:00 +0100 |
commit | 836cf5c9a0e2d33f205c3c353e1300ee1ad03b5b (patch) | |
tree | 69034f031f4ef98cc48e4d3cc0e24775d34d4aca /tests/project.properties | |
parent | ecd01db4ca5c0000d671e888ebdf97c3fdbd51cc (diff) |
Rebased onto 0.2.2
Some tests aren't passed, due to changes and UI (for example, log in dialog is no longer a menu item but an action bar item, and robotium can't find it).
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..0840b4a0 --- /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-15 |