mapbox / mapbox-gestures-android

The Mapbox Gestures for Android library makes it easy to detect and handle user gestures on an Android device.
https://docs.mapbox.com/android/maps/overview/gestures/
Other
28 stars 24 forks source link

Bump Gradle, Gradle plugin and robolectric versions #86

Closed LukasPaczos closed 5 years ago

LukasPaczos commented 5 years ago

Closes https://github.com/mapbox/mapbox-gestures-android/issues/85. Even though Bintray -> MavenCentral sync reported success, the artifact is not available. Based on the requirements, each artifact needs to be shipped with javadocs and sources to show up on maven central. Test build with javadocs and sources available in the SNAPSHOT repository.

Gradle tooling bump resolves missing sources and javadocs but also required robolectric bump which in turn required a minor refactor of the unit tests.

LukasPaczos commented 5 years ago

@mapbox/android for visibility - when syncing from Bintray to MavenCentral, Bintray can report success even when it actually fails. In this case missing javadocs and sources jars where the culprit. Make sure to check out the requirements linked above when migrating other projects.