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 --- 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