Kotlin and Android Development featuring Jetpack: Shift dependencies from JCenter to Maven Central (page 245)

JCenter is depreciated, using this repository is incompatible with Gradle 8.0. Could you please update and add the ‘abl-api-client’ dependency to Maven Central.

Kent,
You’re correct, I need to take JCenter out of the app, but the abl-api-client dependency actually lives at JitPack rather than JCenter.

I actually wanted to put it at JCenter but that was right at the time they were starting to shut down, so I’m glad I didn’t.

This line in the dependencies { ... } block is just for the ABL API client:

maven { url 'https://jitpack.io' }

Thanks!