play-services-plugins
play-services-plugins copied to clipboard
Look into org.semver:api lib for parsing versions
It'd be nice to use a standard implementation for SemVer parsing. A couple options:
- org.semver:api - seems more canonical based on nothing other than the package name
- @zafarkhaja/jsemver - seems more maintained but less canonical
(this is specific to the strict-version-matcher-plugin)