Created
February 3, 2018 10:21
-
-
Save stoefln/d55b3f9cdb2e3f025569509bfdddecc5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// Initializes Fabric for builds that don't use the debug build type. | |
Crashlytics crashlyticsKit = new Crashlytics.Builder() | |
.core(new CrashlyticsCore.Builder().disabled(BuildConfig.DEBUG).build()) | |
.build(); | |
Fabric.with(this, crashlyticsKit); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment