collinsmith / riiablo

Diablo II remade using Java and LibGDX
http://riiablo.com
Apache License 2.0
884 stars 101 forks source link

FlatBuffers gradle setup #44

Closed collinsmith closed 3 years ago

collinsmith commented 5 years ago

f361d48777be949e481bbf6afa4d56fb38e15dbb added support for FlatBuffers, however the gradle config needs to be fixed, and there doesn't seem to be much support.

Anyways, I need to figure this stuff out. In the meantime, as I hash out the FlatBuffer schemas, I think I will include their generated java sources in the repo as needed until I can figure out the correct procedure.

collinsmith commented 5 years ago

I had to lower the version to 1.9.0 because I was getting a DexArchiveBuilderException when trying to build for android with 1.10.0. This will need to be looked into later if it's an issue on my end. May require a new issue because I'd like to use as new as possible.

collinsmith commented 3 years ago

This issue is old and the info is outdated. Flatbuffers project dependency is currently on 1.11.0. See #132