webrtc-sdk / android

WebRTC pre-compiled library for android.
MIT License
151 stars 23 forks source link

104.5112.03 aar is removed from jitpack #7

Closed linsui closed 1 year ago

linsui commented 1 year ago

https://jitpack.io/com/github/webrtc-sdk/android/104.5112.03

Is this a bug of JitPack.io?

cloudwebrtc commented 1 year ago

It seems yes, 104.5112.03 has been available for download since October, until these days several issue reports could not be downloaded

linsui commented 1 year ago

@jitpack Could you please take a look? Thanks!

JcMinarro commented 1 year ago

A maintainer of this project (I think @cloudwebrtc or @davidliu) should be able to re-run the build process to have this artifact ready on @jitpack again. You will need to go to https://jitpack.io/#webrtc-sdk/android/104.5112.03 login with your Github Account and you should see an option to re-run the build process

davidliu commented 1 year ago

Hmm, I'm not sure there's much we can do from our end. Builds are frozen after 7 days and we can't re-run the build process any more.

Looks like there's an issue with JitPack:

https://github.com/jitpack/jitpack.io/issues/5289

davidliu commented 1 year ago

A mirror of 104.5112.03 is uploaded to Maven Central.

  dependencies {
    implementation 'io.github.webrtc-sdk:android:104.5112.03'
  }