webrtc-sdk / android

WebRTC pre-compiled library for android.
MIT License
143 stars 22 forks source link

Removal of old versions from maven central #13

Open BenniHackstock opened 1 year ago

BenniHackstock commented 1 year ago

Is there a concrete reason for always only having the latest version of the library published on maven central?

Removing the old version after the new one has been published frequently breaks compilation and forces us to update the dependency declaration.

This is no big issue for apps, but as we use the library in an sdk, we need to include the webrtc-sdk as aar, to avoid having to release new library versions when the old webrtc-sdk version cannot be resolved anymore.