Update nanohttpd

This commit is contained in:
Daniel Martí 2014-05-19 08:49:06 +02:00
parent cdbbb9d580
commit 9d6cabe737
4 changed files with 4 additions and 5 deletions

1
.gitmodules vendored
View File

@ -21,3 +21,4 @@
[submodule "extern/jmdns"]
path = extern/jmdns
url = https://gitlab.com/fdroid/jmdns.git
ignore = dirty

View File

@ -3,8 +3,7 @@
android update lib-project --path extern/UniversalImageLoader/library
android update lib-project --path extern/AndroidPinning
android update lib-project --path extern/MemorizingTrustManager
android update lib-project --path extern/nanohttpd
#android update lib-project --path extern/nanohttpd/core
android update lib-project --path extern/nanohttpd/core
android update lib-project --path extern/libsuperuser/libsuperuser
android update lib-project --path extern/jmdns
android update project --path . --name F-Droid

2
extern/nanohttpd vendored

@ -1 +1 @@
Subproject commit 73cb37f863c41b8f021019703d6453887b656dd6
Subproject commit 2f0130856add775db8d512199d4015a4f4d10cf4

View File

@ -5,7 +5,6 @@ target=android-19
android.library.reference.1=extern/UniversalImageLoader/library
android.library.reference.2=extern/MemorizingTrustManager
android.library.reference.3=extern/AndroidPinning
android.library.reference.4=extern/nanohttpd
#android.library.reference.4=extern/nanohttpd/core
android.library.reference.4=extern/nanohttpd/core
android.library.reference.5=extern/libsuperuser/libsuperuser
android.library.reference.6=extern/jmdns