hch
2024-12-19 cd44b34dc762e8b06269dc4cfaba2ae32aaf7fc7
SdkProject/library/build.gradle
@@ -195,7 +195,7 @@
//以下为必需依赖的库
    implementation(name: 'ald_v', ext: 'aar')
    //SDK基础能力
    implementation 'com.appsflyer:af-android-sdk:6.9.0'
    implementation 'com.appsflyer:af-android-sdk:6.14.0'
    implementation 'com.android.installreferrer:installreferrer:2.2'
    api 'androidx.annotation:annotation:1.5.0'
    api 'androidx.core:core:1.6.0'
@@ -204,6 +204,8 @@
    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'
    }
@@ -211,12 +213,6 @@
    api 'androidx.appcompat:appcompat:1.2.0'
    //ald ui用
    api 'androidx.cardview:cardview:1.0.0'
    //rustore
    implementation 'org.jetbrains:annotations:15.0'
    implementation("ru.rustore.sdk:billingclient:6.0.0")
    //paypal
    //implementation('com.paypal.checkout:android-sdk:1.3.0')
    implementation('androidx.browser:browser:1.5.0')
}