Skip to content

Instantly share code, notes, and snippets.

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