From dd9a927442f8ca205d5a8c70b995cfd548b74332 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 05 六月 2025 11:50:22 +0800
Subject: [PATCH] 0312 第三次google提审包,新sdk

---
 SdkProject/library/build.gradle |   46 +++++++++++++++++++++-------------------------
 1 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/SdkProject/library/build.gradle b/SdkProject/library/build.gradle
index cf7948a..85ed640 100644
--- a/SdkProject/library/build.gradle
+++ b/SdkProject/library/build.gradle
@@ -37,7 +37,7 @@
     buildToolsVersion "34.0.0"
 
     defaultConfig {
-        minSdkVersion 21
+        minSdkVersion 24
         targetSdkVersion 34
         versionCode 1
         versionName "1.0"
@@ -193,31 +193,27 @@
     compileOnly files('libs/unity-classes.jar')
 
 //浠ヤ笅涓哄繀闇�渚濊禆鐨勫簱
-    implementation(name: 'ald_v', ext: 'aar')
-    //SDK鍩虹鑳藉姏
-    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'
-    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 platform('com.google.firebase:firebase-bom:31.2.2') {
-        exclude group: 'com.android.support', module: 'support-compat'
-    }
+    implementation fileTree(include: ['*.jar'], dir: 'libs/aldsdk_libs150')
+    implementation(name: 'common_feature-release', ext: 'aar')
+    implementation(name: 'sdk_common_code-release', ext: 'aar')
+    implementation(name: 'sdk_common_res_base-release', ext: 'aar')
+    implementation(name: 'sdk_common_res-release', ext: 'aar')
+
     //base  theme
-    api 'androidx.appcompat:appcompat:1.2.0'
+    implementation '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.cardview:cardview:1.0.0'
+    //webview鎺т欢
     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'
+
 }

--
Gitblit v1.8.0