From 2242a796345bceb301cf3e2094f2a4871cb81cb6 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期四, 13 八月 2020 18:22:25 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/endian11/DriveJudge
---
im_lib/build.gradle | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/im_lib/build.gradle b/im_lib/build.gradle
index 8ac8395..178cede 100644
--- a/im_lib/build.gradle
+++ b/im_lib/build.gradle
@@ -25,7 +25,7 @@
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
-
+ implementation project(path: ':BaseCommonLib')
implementation 'androidx.appcompat:appcompat:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
--
Gitblit v1.8.0