I'm working on a library that will be used in my android app. the library for now is a jvm library and not android specific, but I do see that there is an android artifact available. So I guess my question is should I update my library to "narrow down" its scope from being a jvm library to being an android-only library since I should use tink-android. or are the differences minor/superfluous?