Skip to content

Instantly share code, notes, and snippets.

@ivangarzab
Created October 2, 2022 16:10
Show Gist options
  • Save ivangarzab/1cb612a34fb45cf5cbd8d5771c56e556 to your computer and use it in GitHub Desktop.
Save ivangarzab/1cb612a34fb45cf5cbd8d5771c56e556 to your computer and use it in GitHub Desktop.
Integrate Google Play Store's In-App Update library
dependencies {
...
implementation 'com.google.android.play:app-update:2.0.0'
// Kotlin users may also add the Kotlin extensions library
implementation 'com.google.android.play:app-update-ktx:2.0.0'
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment