1
0
mirror of https://github.com/Relintai/codot.git synced 2025-05-14 18:02:07 +02:00
codot/godot-3.x/platform/android/java/app/assetPacks/installTime/build.gradle
2022-03-13 13:48:59 +01:00

9 lines
203 B
Groovy

apply plugin: 'com.android.asset-pack'
assetPack {
packName = "installTime" // Directory name for the asset pack
dynamicDelivery {
deliveryType = "install-time" // Delivery mode
}
}