You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failing both locally and our CI (Circle) when downloading the artifact as mentioned below:
- Locally from Gradle commands like:
> Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not find com.github.Commit451:bypasses:1.1.0.
Required by:
project :app
- From Circle CI:
* What went wrong:
Execution failed for task ':app:preDebugBuild'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
> Could not find bypasses.aar (com.github.Commit451:bypasses:1.1.0).
Searched in the following locations:
https://jitpack.io/com/github/Commit451/bypasses/1.1.0/bypasses-1.1.0.aar
The text was updated successfully, but these errors were encountered:
For now, I've decided to use the previous version of this library (v1.0.4) as that's the last successful build on the Jitpack repo. But regardless, just throwing the fact that v1.1.0 still built unsuccessfully the last time it ran
If anyone maintaining this repo is out there today... 🙏
The text was updated successfully, but these errors were encountered: