peteroupc / CBOR

A C# implementation of Concise Binary Object Representation (RFC 8949).
The Unlicense
206 stars 29 forks source link

Version 4.5.3 pulls in the class DataUtilities twice #78

Closed markuskreusch closed 5 months ago

markuskreusch commented 5 months ago

After updating to 4.5.3 the class DataUtilities is added twice. One time in this library and one time in the transitive dependency com.github.peteroupc:datautilties:1.1.0. This causes problems in android builds. Are the two classes identical? In this case the class in this library should be deleted in favor of the version through the dependency.

markuskreusch commented 5 months ago

Sorry, wrong repo. See https://github.com/peteroupc/CBOR-Java/issues/27