EmbroidePy / EmbroideryIO

Java/Android library for input/output of Embroidery file types.
MIT License
20 stars 4 forks source link

Create separate artifacts for jvm/android #5

Closed megri closed 5 years ago

megri commented 5 years ago

I changed some things in my code for this PR. Most notably, the artifact path is now com.github.EmbroidePy.EmbroideryIO:embroideryio-jvm:<tag> (/ -android). This is in order for the actual downloaded artifact to have a more obvious name: It was previously included on the classpath as jvm/android, which doesn't say very much. Although the new artifact string is a bit longer I figured the net result was a win in clarity.