diff options
author | Daniel Haß <daniel.hass@stzedn.de> | 2014-02-20 22:53:47 +0100 |
---|---|---|
committer | Daniel Haß <daniel.hass@stzedn.de> | 2014-02-20 22:53:47 +0100 |
commit | 15757a2a326f6af73361e193d80a4c4a91e64702 (patch) | |
tree | b55af5c9f88e02ac9c2d90985a2271f555e4be17 /libraries/Android-AppMsg/library/project.properties | |
parent | 4839172f5b45d93c38bc86acce25cc9e118f30c9 (diff) | |
download | open-keychain-15757a2a326f6af73361e193d80a4c4a91e64702.tar.gz open-keychain-15757a2a326f6af73361e193d80a4c4a91e64702.tar.bz2 open-keychain-15757a2a326f6af73361e193d80a4c4a91e64702.zip |
Added AppMsg library to the librarys-folder
Diffstat (limited to 'libraries/Android-AppMsg/library/project.properties')
-rw-r--r-- | libraries/Android-AppMsg/library/project.properties | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/Android-AppMsg/library/project.properties b/libraries/Android-AppMsg/library/project.properties new file mode 100644 index 000000000..91d2b0246 --- /dev/null +++ b/libraries/Android-AppMsg/library/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-19 +android.library=true |