diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-09-09 13:16:54 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-09-09 13:16:54 +0200 |
commit | 5b6880d2e34f4c8a4bfba87b5ce53d3c6727b744 (patch) | |
tree | 0e9c9f0c3b9cd9f0a7d5a15512a70b36001a87de /libraries/HtmlTextView/project.properties | |
parent | 5dc693c64c14000a3a03903736d000a45795bcee (diff) | |
download | open-keychain-5b6880d2e34f4c8a4bfba87b5ce53d3c6727b744.tar.gz open-keychain-5b6880d2e34f4c8a4bfba87b5ce53d3c6727b744.tar.bz2 open-keychain-5b6880d2e34f4c8a4bfba87b5ce53d3c6727b744.zip |
Switch from HtmlSpanner to HtmlTextView
Diffstat (limited to 'libraries/HtmlTextView/project.properties')
-rw-r--r-- | libraries/HtmlTextView/project.properties | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/HtmlTextView/project.properties b/libraries/HtmlTextView/project.properties new file mode 100644 index 000000000..5ca3505c8 --- /dev/null +++ b/libraries/HtmlTextView/project.properties @@ -0,0 +1,15 @@ +# 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-7 +android.library=true |