evilcorpltd / aTox

Reasonable Tox client for Android
GNU General Public License v3.0
365 stars 56 forks source link

Update protobuf, libsodium, opus, and libvpx #1233

Closed robinlinden closed 3 months ago

robinlinden commented 4 months ago

All except protobuf were updated to the latest versions.

Protobuf was updated to the latest version with support for autotools and will be migrated to being built with CMake later. Not updating protobuf to the latest version shouldn't be a big deal as it's only used internally in tox4j and is not used for serialization of data from the network.

See: #1232