From a927c72c0f06ef5bd771e5ae00bc35155c271762 Mon Sep 17 00:00:00 2001
From: endian11 <Dana_Lee1016@126.com>
Date: 星期四, 13 八月 2020 10:28:03 +0800
Subject: [PATCH] 重构代码;修改mapId为-1的exam_status表,表示考试状态
---
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