android / codelab-kotlin-coroutines

Kotlin Coroutines codelab
Apache License 2.0
552 stars 268 forks source link

Remove obsolete bintray repo from project module build gradle #154

Closed tomashavlicek closed 2 years ago

tomashavlicek commented 2 years ago

Fixes #153

Remove obsolete bintray repository, due to which build fails. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

The WorkManager dependency, which was looked up there, is hostedin the Google Maven repository. https://developer.android.com/jetpack/androidx/releases/work

tomashavlicek commented 2 years ago

@objcode @tiembo @wojtek-kalicinski @manuelvicnt Is there any chance you could check this?