diff options
author | steckbrief <steckbrief@chefmail.de> | 2015-12-14 14:56:46 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2015-12-14 14:56:46 +0100 |
commit | 9d0dedc6cec165fc720e507e94c976f78a6ed743 (patch) | |
tree | 479765d89796228778cc5dfd03a118b6ecdba5d6 /libs/minidns/project.properties | |
parent | 8ed95d05950ce8c76bd404d67593ca0f7fcc0f15 (diff) |
Build cleanup: libraries added as local resources, removed unused proguard configs, removed SwipyRefreshLayout as module and added as binary dependency, moved 3rd party binaries to separate folder
Diffstat (limited to '')
-rw-r--r-- | libs/minidns/project.properties | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libs/minidns/project.properties b/libs/minidns/project.properties deleted file mode 100644 index 4ab12569..00000000 --- a/libs/minidns/project.properties +++ /dev/null @@ -1,14 +0,0 @@ -# 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 |