MiniDigger / MiniLauncher

MIT License
54 stars 10 forks source link

Replace GSON with Moshi #5

Open mikroskeem opened 6 years ago

mikroskeem commented 6 years ago

Moshi is smaller and makes use of Okio (which is required by OkHttp anyway), thus final shaded jar would be smaller.

MiniDigger commented 6 years ago

using moshi for the mojang api wrapper as a proof of concept