-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Description
Describe the bug
Several of our releases are missing from our jitpack repo https://jitpack.io/#Neuro-ID/neuroid-android-sdk. The versions 3.5.14 and 3.5.13 releases in our repo are missing. The log state:
https://jitpack.io/com/github/Neuro-ID/neuroid-android-sdk/v3.5.14/build.log
"File not found. Build OK"
3.5.16, 3.5.15 and 3.5.12 are still available and can be downloaded through gradle. Can we get 3.5.14 and 3.5.13 re-instated?
To Reproduce
Steps to reproduce the behavior:
- add implementation line to the gradle build depedendcy section: implementation 'com.github.Neuro-ID.neuroid-android-sdk:react-android-sdk:v3.5.14'
- build app
- See error: Failed to resolve: com.github.Neuro-ID.neuroid-android-sdk:react-android-sdk:v3.5.14
Show in Project Structure dialog
Affected Modules: app
Expected behavior
Task :prepareKotlinBuildScriptModel UP-TO-DATE
BUILD SUCCESSFUL in 418ms
Screenshots
error showing 3.5.14 cannot be found.
Additional context
Can you re-instate the libary please. Thank you.