Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "jni/libdatachannel"]
path = jni/libdatachannel
url = https://github.com/paullouisageneau/libdatachannel.git
branch = v0.24.4
branch = v0.24.5
[submodule "jni/cmake-conan"]
path = jni/cmake-conan
url = https://github.com/conan-io/cmake-conan.git
2 changes: 1 addition & 1 deletion jni/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class LibDataChannel(ConanFile):
settings = "os", "arch", "compiler", "build_type"
requires = "openssl/3.6.3"
requires = "openssl/4.0.1"
generators = "CMakeDeps"

def configure(self):
Expand Down
2 changes: 1 addition & 1 deletion jni/libdatachannel
Loading