From 36754ba47da7a3277d5be183a523c912a1dc4cef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 31 三月 2022 15:07:08 +0800 Subject: [PATCH] service服务bug修复 --- src/main/resources/code/android/library-ec/build.gradle | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/code/android/library-ec/build.gradle b/src/main/resources/code/android/library-ec/build.gradle index 5ec7ae1..4ce4b57 100644 --- a/src/main/resources/code/android/library-ec/build.gradle +++ b/src/main/resources/code/android/library-ec/build.gradle @@ -32,7 +32,7 @@ implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0' - testImplementation 'junit:junit:4.+' + implementation project(path: ':fluwx_no_pay') androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' @@ -71,5 +71,5 @@ implementation files('libs/JDSDK_h.jar') api 'com.umeng.umsdk:share-wx:7.1.6' //寰俊瀹屾暣鐗� - api 'com.tencent.mm.opensdk:wechat-sdk-android:6.8.0'//寰俊瀹樻柟渚濊禆搴擄紝蹇呴�� +// api 'com.tencent.mm.opensdk:wechat-sdk-android:6.8.0'//寰俊瀹樻柟渚濊禆搴擄紝蹇呴�� } \ No newline at end of file -- Gitblit v1.8.0