mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
259 stars 116 forks source link

Remove jcenter() dependency #100

Closed ahetawal-p closed 2 years ago

ahetawal-p commented 2 years ago

It seems Android deps are still being fetched from jcenter() https://github.com/mattermoran/map_launcher/blob/master/android/build.gradle#L20

Which seems to be unreliable, as most of CI builds fail due to 502 bad gateway while fetching the dependencies. Would be great if this can be moved to mavenCentral.

mattermoran commented 2 years ago

Ohhh right right haven't updated in a while. Will do that today :)

mattermoran commented 2 years ago

Fixed in 2.1.2 :)