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-dp/build.gradle |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/code/android/library-dp/build.gradle b/src/main/resources/code/android/library-dp/build.gradle
index c531382..705a8a4 100644
--- a/src/main/resources/code/android/library-dp/build.gradle
+++ b/src/main/resources/code/android/library-dp/build.gradle
@@ -31,7 +31,6 @@
     implementation 'androidx.appcompat:appcompat:1.2.0'
     implementation 'com.google.android.material:material:1.3.0'
     implementation project(path: ':library-common')
-    testImplementation 'junit:junit:4.+'
     androidTestImplementation 'androidx.test.ext:junit:1.1.2'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
     api project(path: ':library-ad')

--
Gitblit v1.8.0