Browse Source

rename submodules, fetch new i2pd commits

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/58/head
R4SAS 3 years ago
parent
commit
67e6e28904
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 8
      .gitmodules
  2. 2
      app/jni/i2pd

8
.gitmodules vendored

@ -2,16 +2,16 @@ @@ -2,16 +2,16 @@
path = app/jni/i2pd
url = https://github.com/PurpleI2P/i2pd.git
branch = openssl
[submodule "app/jni/boost"]
[submodule "boost"]
path = app/jni/boost
url = https://github.com/PurpleI2P/Boost-for-Android-Prebuilt.git
branch = boost-1_72_0
[submodule "app/jni/openssl"]
[submodule "openssl"]
path = app/jni/openssl
url = https://github.com/PurpleI2P/OpenSSL-for-Android-Prebuilt.git
[submodule "app/jni/miniupnp"]
[submodule "miniupnp"]
path = app/jni/miniupnp
url = https://github.com/PurpleI2P/MiniUPnP-for-Android-Prebuilt.git
[submodule "app/jni/android-ifaddrs"]
[submodule "android-ifaddrs"]
path = app/jni/android-ifaddrs
url = https://github.com/PurpleI2P/android-ifaddrs.git

2
app/jni/i2pd

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit 74aa07eba896d35bae8e69a1bb654f4eaa43efba
Subproject commit ef85277a1be90f8db21e9149fa104c14ebdf915d
Loading…
Cancel
Save