Skip to content

Instantly share code, notes, and snippets.

@criminact
Created November 22, 2021 16:00
Show Gist options
  • Select an option

  • Save criminact/e484ef9a1b2d9c1df7afca119bbd5384 to your computer and use it in GitHub Desktop.

Select an option

Save criminact/e484ef9a1b2d9c1df7afca119bbd5384 to your computer and use it in GitHub Desktop.
Adding old android jitpack repo
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment