Skip to content

Instantly share code, notes, and snippets.

@SanojPunchihewa
Created July 16, 2019 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SanojPunchihewa/0723be0ddd61c05bce96b9683e88b412 to your computer and use it in GitHub Desktop.
Save SanojPunchihewa/0723be0ddd61c05bce96b9683e88b412 to your computer and use it in GitHub Desktop.
Include jitpack in root build.gradle to pull InAppUpdater
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