Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
https://firebase.google.cn/docs/android/kotlin-migration?hl=zh-cn
已弃用,预计将在2024年4月份移除
  • Loading branch information
adhu2018 committed Nov 2, 2023
1 parent 56c3301 commit 0c29098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ dependencies {

//firebase, 崩溃统计和性能统计
implementation platform('com.google.firebase:firebase-bom:32.5.0')
implementation 'com.google.firebase:firebase-analytics-ktx:21.5.0'
implementation 'com.google.firebase:firebase-perf-ktx:20.5.0'
implementation 'com.google.firebase:firebase-analytics:21.5.0'
implementation 'com.google.firebase:firebase-perf:20.5.0'

//LeakCanary, 内存泄露检测
//debugImplementation('com.squareup.leakcanary:leakcanary-android:2.7')
Expand Down

0 comments on commit 0c29098

Please sign in to comment.