You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Follow-up to https://github.com/godotengine/godot/pull/106152 to address the regression described in https://github.com/godotengine/godot/issues/106582
11 lines
217 B
Groovy
11 lines
217 B
Groovy
plugins {
|
|
id 'com.android.asset-pack'
|
|
}
|
|
|
|
assetPack {
|
|
packName = "assetPackInstallTime" // Directory name for the asset pack
|
|
dynamicDelivery {
|
|
deliveryType = "install-time" // Delivery mode
|
|
}
|
|
}
|