I am currently having builds fail like this:
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:lint'.
> Could not resolve all artifacts for configuration ':app:withGethForFDroidOnlineReleaseRuntimeClasspath'.
> Could not resolve androidx.appcompat:appcompat:1.1.0.
Required by:
project :app
project :app > com.github.ligi.tracedroid:supportemail:3.0
project :app > com.github.ligi:KAXTUI:1.0
project :app > com.github.ligi:thirdpartylicensedisplay:1.0
project :app > com.github.madrapps:pikolo:2.0.1
project :app > org.koin:koin-androidx-viewmodel:2.0.1 > org.koin:koin-androidx-scope:2.0.1
> Could not resolve androidx.appcompat:appcompat:1.1.0.
> Could not get resource 'https://jitpack.io/androidx/appcompat/appcompat/1.1.0/appcompat-1.1.0.aar'.
> Could not HEAD 'https://jitpack.io/androidx/appcompat/appcompat/1.1.0/appcompat-1.1.0.aar'. Received status code 522 from server: Origin Connection Time-out
> Could not resolve androidx.appcompat:appcompat:1.1.0.
Required by:
project :app > com.google.android.material:material:1.0.0
> Could not resolve androidx.appcompat:appcompat:1.1.0.
> Could not get resource 'https://jitpack.io/androidx/appcompat/appcompat/1.1.0/appcompat-1.1.0.aar'.
> Could not HEAD 'https://jitpack.io/androidx/appcompat/appcompat/1.1.0/appcompat-1.1.0.aar'. Received status code 522 from server: Origin Connection Time-out
> Could not resolve androidx.appcompat:appcompat:1.1.0.
Required by:
project :app > androidx.preference:preference:1.1.0
> Could not resolve androidx.appcompat:appcompat:1.1.0.
> Could not get resource 'https://jitpack.io/androidx/appcompat/appcompat/1.1.0/appcompat-1.1.0.aar'.
> Could not HEAD 'https://jitpack.io/androidx/appcompat/appcompat/1.1.0/appcompat-1.1.0.aar'. Received status code 522 from server: Origin Connection Time-out
these artifacts should not come via jitpack - and IMHO jitpack should return a 404 there
I am currently having builds fail like this:
these artifacts should not come via jitpack - and IMHO jitpack should return a 404 there