chrisbanes / insetter

Insetter is a library to help apps handle WindowInsets more easily
https://chrisbanes.github.io/insetter
Apache License 2.0
1.13k stars 42 forks source link

0.5.0 is not available at jitpack.io anymore #117

Closed thebino closed 3 years ago

thebino commented 3 years ago

Builds using the version 0.5.0 are broken since today.

Looks like something has broken the jitpack.io package structure.

See the error message at jitpack.io

Build failed. See the log at jitpack.io

chrisbanes commented 3 years ago

The Jitpack builds are not supported at all. Sounds like a Jitpack issue

thebino commented 3 years ago

Looks like it wasn't available on any other repository on that time.

mavenLocal()
google()
jcenter()
maven("https://maven.google.com")
maven("https://packagecloud.io/optile/android/maven2")
maven ("https://jitpack.io")