ir2pid
ir2pid

Reputation: 6126

crashlytics beta add build flavors

I'm using Crashlytics beta for our beta distribution using fastlane and for both iOS and Android I get the same issue.

  1. I'm unable to upload different flavors, only the last updated flavor is visible in the app list.
  2. I'm unable to see the previous builds, only the most recent one.

Is there a way to add flavors/build variants for iOS and Android. And where can I see the list of previous uploads?

Upvotes: 1

Views: 242

Answers (1)

Chintan
Chintan

Reputation: 671

Set ext.alwaysUpdateBuildId to true in you build.gradle file.

Upvotes: 0

Related Questions