hch
2024-09-10 c980798a4eb2b9f8196516cc22375bc77059134b
SdkProject/library/build.gradle
@@ -204,19 +204,28 @@
    implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
    //firebase
    implementation 'com.google.firebase:firebase-analytics'
    implementation platform('com.google.firebase:firebase-bom:31.2.2') {
    implementation 'com.google.firebase:firebase-crashlytics'
//    implementation 'com.google.firebase:firebase-messaging'  //不加了log会报FirebaseMessagingService缺失提示,但是并不影响上报
    implementation platform('com.google.firebase:firebase-bom:33.1.1') {
        exclude group: 'com.android.support', module: 'support-compat'
    }
    //base  theme
    api 'androidx.appcompat:appcompat:1.2.0'
    //ald ui用
    api 'androidx.cardview:cardview:1.0.0'
    implementation('androidx.browser:browser:1.5.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')
    //谷歌能力
    implementation 'com.google.android.gms:play-services-auth:20.1.0'  //google服务
    implementation("com.android.billingclient:billing:7.0.0")  // google内购
    implementation 'androidx.percentlayout:percentlayout:1.0.0'  //google提供的支持库
    implementation 'com.google.android.play:review:2.0.1'  //google评价
    //facebook能力
    implementation 'com.facebook.android:facebook-login:latest.release'
    implementation 'com.facebook.android:facebook-share:latest.release'
}