v2.5.0
We're now on Maven Central; see https://central.sonatype.com/artifact/dev.sargunv.pokekotlin/pokekotlin.
implementation("dev.sargunv.pokekotlin:pokekotlin:2.5.0")
NOTE: This release changes the publishing group id in order to publish to Maven Central. The package names have been changed to match. This is technically a breaking change, but not a semver major bump because the package coordinates themselves have changed; so in semver you can consider v2.5.0 the initial release of a new library.
What's Changed
- Add flavorTextEntries into Move by @eurekaffeine in #91
- Modernize project setup and publish to Maven Central by @sargunv in #94
Full Changelog: v2.4.0...v2.5.0