Project

General

Profile

« Previous | Next » 

Revision 4026e706

Added by Leszek Koltunski about 4 years ago

Switch off Crashlytics in DEBUG builds.

View differences:

src/main/AndroidManifest.xml
14 14
        android:supportsRtl="true"
15 15
        android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
16 16

  
17
        <meta-data
18
            android:name="firebase_crashlytics_collection_enabled"
19
            android:value="${crashlyticsCollectionEnabled}"
20
        />
21

  
17 22
        <activity android:name="org.distorted.main.RubikActivity">
18 23
            <intent-filter>
19 24
                <action android:name="android.intent.action.MAIN" />

Also available in: Unified diff