From 1a189310b1855063d073298579a5d7bb535f0c32 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 27 十二月 2023 15:10:42 +0800
Subject: [PATCH] 0312 越南临时

---
 SdkProject/library/build.gradle |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/SdkProject/library/build.gradle b/SdkProject/library/build.gradle
index a2b47f6..5d332f9 100644
--- a/SdkProject/library/build.gradle
+++ b/SdkProject/library/build.gradle
@@ -1,6 +1,7 @@
 plugins {
     id 'com.android.library'
     id 'com.google.gms.google-services'
+    id 'com.google.firebase.crashlytics'
 }
 
 def rootPath = rootProject.getRootDir().getAbsolutePath()
@@ -204,6 +205,21 @@
     }
 
 //浠ヤ笅涓哄繀闇�渚濊禆鐨勫簱
-    implementation(name: 'sdklibrary-release', ext: 'aar') //x.x.x涓哄叿浣撶増鏈�
-
+    implementation(name: 'lp_v1.1.3', ext: 'aar') //x.x.x涓哄叿浣撶増鏈�
+    implementation("com.android.billingclient:billing:5.0.0")
+    implementation 'com.google.android.gms:play-services-auth:20.1.0'
+    implementation 'androidx.percentlayout:percentlayout:1.0.0'
+    implementation 'com.facebook.android:facebook-android-sdk:[13,14)'
+    implementation 'com.facebook.android:facebook-share:[13,14)'
+    implementation 'com.appsflyer:af-android-sdk:6.9.0'
+    implementation 'com.android.installreferrer:installreferrer:2.2'
+    implementation platform('com.google.firebase:firebase-bom:30.4.0') {
+        exclude group: 'com.android.support', module: 'support-compat'
+    }
+    implementation 'com.google.android.play:review:2.0.1'
+    implementation 'com.google.firebase:firebase-analytics'
+    implementation 'com.navercorp.nid:oauth-jdk8:5.1.1'
+    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2'
+    implementation 'com.google.android.play:review:2.0.1'
+    implementation 'com.google.firebase:firebase-crashlytics:18.2.9'
 }

--
Gitblit v1.8.0