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
---
lib/build.gradle | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/build.gradle b/lib/build.gradle
index af41cde..24ef7ba 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -40,7 +40,7 @@
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
-
+ implementation project(path: ':BaseCommonLib')
implementation 'com.android.support:appcompat-v7:28.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
--
Gitblit v1.8.0