PokeAPI / pokekotlin

Kotlin (or Java, Scala, etc) client for PokeApi
Apache License 2.0
171 stars 43 forks source link

Find new package repository #87

Open sargunv opened 3 years ago

sargunv commented 3 years ago

Bintray is being deprecated in a couple months: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

We need to publish to a different repository. Does Github Packages support public packages yet? If so that's probably the best place for this. If not, we'll have to find another repository, or fix the jitpack build.

dhAlcojor commented 2 years ago

Has this been done? Is this project being maintained? It looks abandoned...

Naramsim commented 2 years ago

Hi @dhAlcojor, sorry for the late reply. There is a package for this repo published at Github Repository. It seems to be the latest: https://github.com/PokeAPI/pokekotlin/packages/212505

Can you try to use it? And report back the process you used for integrating it in your project?