niqdev / ipcam-view

MJPEG video streaming on Android
https://goo.gl/a2HM8C
MIT License
405 stars 159 forks source link

Release number not found #179

Closed zaptoopa closed 2 years ago

zaptoopa commented 2 years ago

Greetings, I'm sorry to report that something went wrong with the release 2.3.2 and release 2.3.3 pipeline. I guess, since release 2.3.2 has failed, the iteration is not correct anymore. When I use this lib with the latest release version in the gradle dependency of my project, I get the following error:

v2 3 3

With the version number 2.3.2 everything works fine.

niqdev commented 2 years ago

Thanks for reporting this! It looks odd 🤔 I see the artifact here too... @hannesa2 sorry for dragging you in again, do you have the same problem?

I can create a new release if that's necessary. Did you try to compile it from the cli ./gradlew clean build ?

hannesa2 commented 2 years ago

I guess you only need more patient. First time usage triggers the build on jitpack.io and you probably run into this error. Give it some minutes and try it again mostly solves it.

But hold on ! https://jitpack.io/com/github/niqdev/ipcam-view/2.3.3/build.log it builds yesterday

image

Btw, this works for me and I see no issue implementation 'com.github.niqdev:ipcam-view:2.3.3'

hannesa2 commented 2 years ago

https://jitpack.io/#niqdev/ipcam-view all is fine

image
zaptoopa commented 2 years ago

yeah, just tested it again and it works now.