srctree

Robin Linden parent 76ccee1d 0661b29d
Update to Toxcore 0.2.19

inlinesplit
gradle/libs.versions.toml added: 4, removed: 4, total 0
@@ -12,7 +12,7 @@ espresso = "3.5.1"
lifecycle = "2.6.2" # 2.7.0 requires API 34.
navigation = "2.6.0" # 2.7.5 requires API 34.
room = "2.5.2" # 2.6.0 requires API 34.
tox4j-android = "0.2.18"
tox4j-android = "0.2.19"
tox4j-core = "0.2.3"
 
[plugins]
 
scripts/dependencies.mk added: 4, removed: 4, total 0
@@ -90,7 +90,7 @@ $(PREFIX)/protobuf.stamp: $(SRCDIR)/protobuf $(TOOLCHAIN_FILE) $(PROTOC)
# toxcore
 
$(SRCDIR)/toxcore:
git clone --depth=1 --branch=v0.2.18 --recursive https://github.com/TokTok/c-toxcore $@
git clone --depth=1 --branch=v0.2.19 --recursive https://github.com/TokTok/c-toxcore $@
 
$(PREFIX)/toxcore.stamp: $(foreach f,$(shell cd $(SRCDIR)/toxcore && git ls-files),$(SRCDIR)/toxcore/$f)
$(PREFIX)/toxcore.stamp: $(SRCDIR)/toxcore $(TOOLCHAIN_FILE) $(foreach i,libsodium opus libvpx,$(PREFIX)/$i.stamp)