Crashlytics gradle crashlyticsUploadSymbolsRelease and Android app bundle

Viewed 812

Crashlytics NDK instructs to execute gradle crashlyticsUploadSymbolsRelease to upload native symbols. This task generates a full APK package for release build then uploads native symbols. Now I started using Android App Bundle (.aab) builds, and it is not clear how this task could be integrated automatically into AAB build process. Is this possible, or do I have to make 2 builds now, one for AAB, the other to simply upload native symbols to Crashlytics?

0 Answers
Related