Created
October 2, 2022 16:10
-
-
Save ivangarzab/1cb612a34fb45cf5cbd8d5771c56e556 to your computer and use it in GitHub Desktop.
Integrate Google Play Store's In-App Update library
This file contains hidden or 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: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