Android build fails with:
* What went wrong:
A problem occurred evaluating project ':react-native-leaflet-view'.
> Could not find method jcenter() for arguments [] on repository container of type org.gradle.api.internal.artifacts.dsl.DefaultRepositoryHandler.
Digging deeper and changing jcenter to mavenCentral in build.gradle solves the build issue.
Commit 42ec8cd814a11f5323a7437fec723002add09502 solves the issue.
Perhaps a version bump is in order?
Android build fails with:
Digging deeper and changing
jcentertomavenCentralinbuild.gradlesolves the build issue.Commit 42ec8cd814a11f5323a7437fec723002add09502 solves the issue.
Perhaps a version bump is in order?