Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/davx5-ose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Hirner <hirner@bitfire.at>2015-04-30 15:37:28 +0300
committerRicki Hirner <hirner@bitfire.at>2015-04-30 15:48:28 +0300
commitd7dc909859a8b38bfcf1300222dc97cd3bf0c013 (patch)
treeef476f1cb6f7b76310dbcf72c3513176036d3fff /.gitignore
parenta13dbb71642f34625aebd133becff3a20a99af1b (diff)
Use source version of apache-httpclient
We can't use a repository version because there's no release yet which contains rev. 1652769. However, this revision is necessary to get SNI with Android <4.2, too. To avoid packaging a pre-compiled jar, this source lib has been added as a subproject: apache-httpclient, branch 4.3.5-android, revision 1652769 Fixes #491.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5d711e0f..40788539 100644
--- a/.gitignore
+++ b/.gitignore
@@ -84,3 +84,7 @@ build/
# Ignore Gradle GUI config
gradle-app.setting
+
+
+### external libs ###
+.svn