Skip to content

Instantly share code, notes, and snippets.

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