-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Enabled Crashlytics for Play Store builds
This commit enables Crashlytics for Play Store builds by applying the Google Services and Firebase Crashlytics plugins to the "playstore" product flavor. It also sets up Crashlytics with mappingFileUploadEnabled and nativeSymbolUploadEnabled set to false. The Firebase Crashlytics Gradle plugin version has been downgraded from 3.0.2 to 2.9.0. Signed-off-by: Gabriel Fontán <[email protected]>
- Loading branch information
Showing
4 changed files
with
21 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
import com.bobbyesp.metadator.MainActivity | ||
|
||
//import com.google.firebase.Firebase | ||
//import com.google.firebase.crashlytics.crashlytics | ||
import com.google.firebase.Firebase | ||
import com.google.firebase.crashlytics.crashlytics | ||
|
||
fun MainActivity.setupFirebase() { | ||
// Firebase.crashlytics.setCrashlyticsCollectionEnabled(true) | ||
Firebase.crashlytics.setCrashlyticsCollectionEnabled(true) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters