DexPackagingOptions
@Incubating interface DexPackagingOptions
Packaging options for Dex (Android Dalvik Executable) files
Summary
Public properties |
|
---|---|
Boolean? |
Whether to use the legacy convention of compressing all dex files in the APK. |
Public properties
useLegacyPackaging
var useLegacyPackaging: Boolean?
Whether to use the legacy convention of compressing all dex files in the APK. If null, dex files will be uncompressed when minSdk >= 28.
This property does not affect dex file compression in APKs produced from app bundles.