parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 734 forks source link

Fix bolts duplicate classes #1033

Closed mtrezza closed 4 years ago

mtrezza commented 4 years ago

Issue

The bolts-tasks module has been added natively to this library in #1018 without changing its name. This creates a naming conflict with transitively added legacy-bolts module.

Solution

Renamed internalized package to com.parse.boltsinternal. This allows to keep the original module name bolts-tasks and if necessary other modules of the Bolts framework be internalized in the future without changing their names.

closes https://github.com/parse-community/Parse-SDK-Android/issues/1028

mtrezza commented 4 years ago

Thanks for the fast release 👍