wireapp / generic-message-proto

Protocol definition for generic messages.
https://www.npmjs.com/package/@wireapp/protocol-messaging
GNU General Public License v3.0
33 stars 25 forks source link

New Android implementation #68

Closed makingthematrix closed 3 years ago

makingthematrix commented 3 years ago

Due to Bintray closing down, we move the Android protobuf library to Sonatype Nexus. That required us to update the SBT script used to compile the library. I made some small changes to messages.proto and otr.proto because the new script complained about them. They shouldn't change anything for other platforms but please take a look.

ffflorian commented 3 years ago

Thanks @makingthematrix!