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表,表示考试状态 --- app/build.gradle | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c04999c..dd43306 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ applicationId "safeluck.drive.evaluation" minSdkVersion 21 targetSdkVersion 28 - versionCode 1 - versionName "1.0" + versionCode 3 + versionName "1.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" ndk { @@ -59,7 +59,7 @@ implementation "androidx.lifecycle:lifecycle-extensions:$rootProject.lifecycleVersion" implementation 'com.android.support.constraint:constraint-layout:1.1.3' // To get SwipeBack feature, rely on both fragmentation & fragmentation-swipeback - implementation 'me.yokeyword:fragmentation:1.3.6' + implementation 'me.yokeyword:fragmentationx:1.0.1' // Swipeback is based on fragmentation. Refer to SwipeBackActivity/Fragment for your Customized SupportActivity/Fragment implementation 'me.yokeyword:fragmentation-swipeback:1.3.6' @@ -71,6 +71,7 @@ implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.facebook.stetho:stetho:1.5.0' implementation project(path: ':im_lib') + implementation project(path: ':BaseCommonLib') implementation "androidx.core:core-ktx:+" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.1.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" -- Gitblit v1.8.0