Description
Android Studio shows the following error:
`FAILURE: Build failed with an exception.
- What went wrong:
Could not determine the dependencies of task :app:compileDebugJavaWithJavac.
Could not resolve all dependencies for configuration :app:debugRuntimeClasspath.
Could not determine artifacts for com.github.yongjhih.android-proguards:rxjava-pro:-SNAPSHOT:531c7653d9-1: Skipped due to earlier error
-
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. -
Get more help at https://help.gradle.org
BUILD FAILED in 1m 34s
Could not determine artifacts for com.github.yongjhih.android-proguards:rxjava-pro:-SNAPSHOT:531c7653d9-1: Skipped due to earlier error `
Tried in multiple laptops in different networks and the issue remains the same. This issue is replicates 3 machines in the UK, but a colleague in Spain remains able to build the same source code with the same Android SDK/IDE/gradle configurations.
The CI/CD pipeline was working until 3 days ago and it started failing then. No changes were made in the project.
https://scans.gradle.com/s/vr5oaepohkxhc
Any idea?