- // In the asset pack’s build.gradle file:
- apply plugin: 'com.android.asset-pack'
- assetPack {
- packName = "library_pad" // Directory name for the asset pack
- dynamicDelivery {
- // deliveryType = "[ install-time | fast-follow | on-demand ]"
- deliveryType = "on-demand"
- }
- }
|