commit ce5a1c7d7f612ee5e432f30ed52602d543c9202a Author: Nathan Freitas nathan@freitas.net Date: Mon Jan 9 00:56:25 2012 -0500
updating project files --- AndroidManifest.xml | 2 -- project.properties | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c6ce88e..c8f2801 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -60,6 +60,4 @@
<uses-sdk android:minSdkVersion="4"/>
- - </manifest> diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..1960895 --- /dev/null +++ b/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 use, +# "ant.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-4 +apk-configurations=
tor-commits@lists.torproject.org