Skip to content

Releases: PokeAPI/pokekotlin

Maintenance release

21 Feb 04:47
5d8fdbe
Compare
Choose a tag to compare
2.4.0

Set version (#86)

2.3.1

06 May 06:38
Compare
Choose a tag to compare

Bintray proved to be unreliable, so the package is now published on GitHub packages. It's also updated to the latest dependencies (kotlin and retrofit) and updated to pass tests on the latest pokeapi data.

EDIT: Turns out GH Packages requires auth even for public packages, so use Jitpack:

repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.github.PokeAPI:pokekotlin:<VERSION>'
}