hch
2024-12-19 7cda8764054b61bfb915fe89fd7cb989b53ef2f2
0312 删除google和firebase相关
2个文件已修改
12 ■■■■■ 已修改文件
SdkProject/build.gradle 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/library/build.gradle 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/build.gradle
@@ -13,9 +13,7 @@
    }
    dependencies {
        classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
        classpath "com.android.tools.build:gradle:7.3.0"
        classpath 'com.google.gms:google-services:4.3.10'
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module deps.gradle files
    }
SdkProject/library/build.gradle
@@ -200,15 +200,7 @@
    api 'androidx.annotation:annotation:1.5.0'
    api 'androidx.core:core:1.6.0'
    api 'androidx.percentlayout:percentlayout:1.0.0'
    //google ID
    implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
    //firebase
    implementation 'com.google.firebase:firebase-analytics'
    implementation 'com.google.firebase:firebase-crashlytics'
//    implementation 'com.google.firebase:firebase-messaging'  //不加了log会报FirebaseMessagingService缺失提示,但是并不影响上报
    implementation platform('com.google.firebase:firebase-bom:31.2.2') {
        exclude group: 'com.android.support', module: 'support-compat'
    }
    //base  theme
    api 'androidx.appcompat:appcompat:1.2.0'
    //ald ui用