Skip to content

Instantly share code, notes, and snippets.

@EdgeJH
Last active May 18, 2020 07:37
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 EdgeJH/964636f40c9b9503861bf14ab5bbaaeb to your computer and use it in GitHub Desktop.
Save EdgeJH/964636f40c9b9503861bf14ab5bbaaeb to your computer and use it in GitHub Desktop.
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.google.android.play:core:1.7.2'
implementation 'com.github.EdgeJH:InAppUpdate:(insert latest version)'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment