新增firebase-crashlytics

This commit is contained in:
2022-10-24 17:55:43 +08:00
parent ab6e578336
commit 6b7fd4d53e
4 changed files with 32 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
apply plugin: 'com.android.application'
apply plugin: 'img-optimizer'
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
android {
dexOptions {
@@ -217,6 +218,10 @@ repositories {
dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation platform('com.google.firebase:firebase-bom:30.5.0')
implementation 'com.google.firebase:firebase-crashlytics'
//直播
api project(':main')
//短视频