Created
October 2, 2022 16:03
-
-
Save ivangarzab/cb8a43f46c43d722f5b71a6ae7745cd0 to your computer and use it in GitHub Desktop.
Integrate Google Play Store's Feature Delivery library
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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