apkPaths property

List<String>? apkPaths
final

Array of paths to multiple APK files to upload.

Used for uploading multiple APK files in a single release. Useful for ABI-split APKs or multiple variants.

Implementation

final List<String>? apkPaths;