chore: 更新应用配置
- 更新AppConfig、AndroidManifest - 更新build.gradle.kts、settings.gradle.kts Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -151,6 +151,10 @@ dependencies {
|
||||
// DataStore
|
||||
implementation("androidx.datastore:datastore-preferences:1.0.0")
|
||||
|
||||
// Payment SDKs
|
||||
implementation("com.tencent.mm.opensdk:wechat-sdk-android:6.8.28") // 微信支付 SDK
|
||||
implementation("com.alipay.sdk:alipaysdk-android:15.8.17") // 支付宝 SDK
|
||||
|
||||
// Testing
|
||||
testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.androidx.junit)
|
||||
|
||||
Reference in New Issue
Block a user