Satish|clubhous 6238|crashlytics intg (#402)
* crashlytics intg * removed duplicates
This commit is contained in:
committed by
GitHub Enterprise
parent
e2b707a791
commit
e8bf1b459d
@@ -6,6 +6,7 @@ apply plugin: 'kotlin-android-extensions'
|
||||
|
||||
apply plugin: 'kotlin-kapt'
|
||||
|
||||
apply plugin: 'com.google.firebase.crashlytics'
|
||||
|
||||
android {
|
||||
|
||||
@@ -93,7 +94,6 @@ dependencies {
|
||||
implementation("com.facebook.stetho:stetho-okhttp3:1.5.1") {
|
||||
exclude group: 'com.facebook.stetho'
|
||||
}
|
||||
implementation 'com.google.firebase:firebase-analytics:17.2.0'
|
||||
implementation 'com.google.firebase:firebase-database:19.2.0'
|
||||
implementation "com.airbnb.android:lottie:$lottie_version"
|
||||
|
||||
@@ -110,7 +110,7 @@ dependencies {
|
||||
implementation 'com.android.installreferrer:installreferrer:1.0'
|
||||
|
||||
// Add the Firebase SDK for Google Analytics
|
||||
implementation 'com.google.firebase:firebase-analytics:17.2.2'
|
||||
implementation 'com.google.firebase:firebase-analytics:17.2.3'
|
||||
|
||||
//Digio: for adhaar verification
|
||||
implementation project(":digio-kyc-1.0.0")
|
||||
@@ -119,6 +119,9 @@ dependencies {
|
||||
//Digio e-nach
|
||||
implementation project(":digio-esign-v2.6")
|
||||
|
||||
// Add the Firebase SDK for Crashlytics.
|
||||
implementation 'com.google.firebase:firebase-crashlytics:17.0.0-beta02'
|
||||
|
||||
// AndroidJUnitRunner and JUnit Rules
|
||||
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
||||
androidTestImplementation 'com.android.support.test:rules:1.0.2'
|
||||
|
||||
@@ -15,6 +15,9 @@ buildscript {
|
||||
classpath 'com.google.gms:google-services:4.3.2'
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module adle files
|
||||
|
||||
// Add the Crashlytics Gradle plugin.
|
||||
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.0.0-beta03'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user