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

Revert kotlin to the version compatible with bintray plugin. #102

Closed yunikkk closed 2 years ago

yunikkk commented 2 years ago

Publication of 0.8.0 failed due to

> Failed to publish publication 'MapboxGesturesPublication' to repository 'mavenLocal'
   > Invalid publication 'MapboxGesturesPublication': multiple artifacts with the identical extension and classifier ('aar', 'null').

Issue was raised long ago.

Reverted kotlin for now to publish the dependency, but we should migrate from bintray plugin I suppose.

yunikkk commented 2 years ago

Hmm now thinking more - shouldn't we just switch to the SDK registry for publishing? Leaning towards it since it seems that this repo is still setup with bintray which is closed since May 2021

LukasPaczos commented 2 years ago

Bintray has been sunset since we released the latest version of this library, and we only used it as a proxy to Maven Central. So we'll either need to refactor the whole pipeline to push to Maven Central, or consider switching to Mapbox Downloads API instead. We did the latter with other libraries (like mapbox-java) as temporary measure.

pengdev commented 2 years ago

Yeah, we shouldn't publish to bintray any more, we should migrate scripts to only publish to sdk-registry.

yunikkk commented 2 years ago

@LukasPaczos @pengdev yeah, migrating to the SDK registry then.