diff options
author | Struan Donald <struan@exo.org.uk> | 2012-03-13 15:20:16 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-03-13 15:20:16 +0000 |
commit | 9e24fa120dc9b9399e0e66f0059b0c3338eafd91 (patch) | |
tree | 8465974bdcd084625804b4bc0169e75e29763750 /phonegap/Android/project.properties | |
parent | 8c0a530047789cbf2c393e6090ff5f2e1d8ef00a (diff) |
initial android phonegap app
Diffstat (limited to 'phonegap/Android/project.properties')
-rw-r--r-- | phonegap/Android/project.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/phonegap/Android/project.properties b/phonegap/Android/project.properties new file mode 100644 index 000000000..8da376af8 --- /dev/null +++ b/phonegap/Android/project.properties @@ -0,0 +1,11 @@ +# 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, +# "ant.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-15 |