Skip to content

Commit

Permalink
升级firebase
Browse files Browse the repository at this point in the history
Change-Id: Ic1abaf6e4f8a948c96602df169c4b14de7f17754
  • Loading branch information
archurcode committed Sep 7, 2020
1 parent 896646e commit b8c448f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@ dependencies {
if (findProject(':sdk') != null) {
implementation project(path: ':sdk')
} else {
implementation 'com.tencent.iot.explorer:explorer-link-android:+'
implementation 'com.tencent.iot.explorer:explorer-link-android:1.0.0'
}

implementation 'com.google.firebase:firebase-analytics-ktx:17.4.3'
implementation 'com.google.firebase:firebase-analytics-ktx:17.5.0'

// Add the Firebase Crashlytics SDK.
implementation 'com.google.firebase:firebase-crashlytics:17.0.1'
implementation 'com.google.firebase:firebase-crashlytics:17.2.1'

implementation 'com.google.firebase:firebase-perf:19.0.7'
implementation 'com.google.firebase:firebase-perf:19.0.8'

implementation 'com.squareup.picasso:picasso:2.71828'

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.1.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.2.1'
classpath 'com.google.firebase:perf-plugin:1.3.1' // Performance Monitoring plugin
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit b8c448f

Please sign in to comment.