Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1cd9a9b5 authored by Amit Kumar's avatar Amit Kumar
Browse files

Add firebase crashlytics

parent 9e9911d1
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
android {
    compileSdkVersion rootProject.ext.compileSdkVersion
    defaultConfig {
@@ -33,10 +34,13 @@ dependencies {
    implementation 'me.relex:circleindicator:1.2.2@aar'
    implementation 'uk.co.chrisjenx:calligraphy:2.3.0'

    /*implementation 'com.bugsnag:bugsnag-android:4.+'*/
    implementation 'com.crashlytics.sdk.android:crashlytics:2.9.2'
    implementation 'com.google.firebase:firebase-core:15.0.0'

    // Support Libs
    implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibraryVersion}"
    implementation "com.android.support:support-media-compat:${rootProject.ext.supportLibraryVersion}"
    implementation "com.android.support:support-v4:${rootProject.ext.supportLibraryVersion}"
    implementation "com.android.support:recyclerview-v7:${rootProject.ext.supportLibraryVersion}"

    // Dagger
@@ -75,3 +79,5 @@ dependencies {
    androidTestImplementation "com.android.support.test:runner:${rootProject.ext.runnerRulesVersion}"
    androidTestImplementation "com.android.support.test:rules:${rootProject.ext.runnerRulesVersion}"
}

apply plugin: 'com.google.gms.google-services'
 No newline at end of file
+42 −0
Original line number Diff line number Diff line
{
  "project_info": {
    "project_number": "903301719758",
    "firebase_url": "https://eelolauncher.firebaseio.com",
    "project_id": "eelolauncher",
    "storage_bucket": "eelolauncher.appspot.com"
  },
  "client": [
    {
      "client_info": {
        "mobilesdk_app_id": "1:903301719758:android:1d89030e089238a3",
        "android_client_info": {
          "package_name": "org.indin.blisslauncher"
        }
      },
      "oauth_client": [
        {
          "client_id": "903301719758-vb8sg3itdiqm1fa3i8sddri6etfdq2a3.apps.googleusercontent.com",
          "client_type": 3
        }
      ],
      "api_key": [
        {
          "current_key": "AIzaSyBLCMo_KXWlxuQeSgVdcwsO3bvh_0xzOqc"
        }
      ],
      "services": {
        "analytics_service": {
          "status": 1
        },
        "appinvite_service": {
          "status": 1,
          "other_platform_oauth_client": []
        },
        "ads_service": {
          "status": 2
        }
      }
    }
  ],
  "configuration_version": "1"
}
 No newline at end of file
+0 −3
Original line number Diff line number Diff line
@@ -36,8 +36,5 @@
                <action android:name="android.service.notification.NotificationListenerService" />
            </intent-filter>
        </service>
        <meta-data
            android:name="com.bugsnag.android.API_KEY"
            android:value="3c2e123c774b9328c800aa1c230e7a2d"/>
    </application>
</manifest>
+1 −1
Original line number Diff line number Diff line
@@ -13,6 +13,6 @@ public class BlissLauncher extends Application {
                .setDefaultFontPath("Roboto-Regular.ttf")
                .setFontAttrId(R.attr.fontPath)
                .build());
        //Bugsnag.init(this);

    }
}
+6 −1
Original line number Diff line number Diff line
@@ -4,9 +4,14 @@ buildscript {
    repositories {
        jcenter()
        google()
        maven {
            url 'https://maven.fabric.io/public'
        }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.0-alpha10'
        classpath 'io.fabric.tools:gradle:1.25.1'
        classpath 'com.google.gms:google-services:3.2.0'
    }
}

@@ -29,7 +34,7 @@ ext{
    targetSdkVersion = 26
    sourceCompatibilityVersion = '1.7'
    targetCompatibilityVersion = '1.7'
    supportLibraryVersion = '27.1.0'
    supportLibraryVersion = '27.1.1'
    junitVersion = '4.12'
    mockitoVersion = '2.16.0'
    hamcrestVersion = '1.3'