diff --git a/.gitmodules b/.gitmodules index 0c01f8c2..a7b1599f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "external/pluto"] path = external/pluto url = https://github.com/guardianproject/pluto.git +[submodule "external/jsocks"] + path = external/jsocks + url = https://github.com/guardianproject/jsocks.git diff --git a/project.properties b/project.properties index 4e5c3612..856d7570 100644 --- a/project.properties +++ b/project.properties @@ -12,3 +12,4 @@ target=android-21 android.library.reference.1=external/appcompat android.library.reference.2=external/superuser-commands/RootCommands-Library +android.library.reference.3=external/jsocks/jsockslib