Android Export Settings

This commit is contained in:
2024-08-04 15:47:46 -05:00
parent bc096a8e0f
commit e5f2ba0294
61 changed files with 1289 additions and 0 deletions

View File

@ -0,0 +1,10 @@
plugins {
id 'com.android.asset-pack'
}
assetPack {
packName = "installTime" // Directory name for the asset pack
dynamicDelivery {
deliveryType = "install-time" // Delivery mode
}
}