|
@@ -28,6 +28,7 @@ android {
|
|
|
vectorDrawables {
|
|
|
useSupportLibrary = true
|
|
|
}
|
|
|
+// multiDexEnabled = true
|
|
|
}
|
|
|
|
|
|
buildTypes {
|
|
@@ -52,6 +53,7 @@ android {
|
|
|
}
|
|
|
}
|
|
|
compileOptions {
|
|
|
+ isCoreLibraryDesugaringEnabled = true
|
|
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
|
|
targetCompatibility = JavaVersion.VERSION_1_8
|
|
|
}
|
|
@@ -151,6 +153,8 @@ dependencies {
|
|
|
implementation("com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.44")
|
|
|
implementation("androidx.recyclerview:recyclerview:1.1.0")
|
|
|
|
|
|
+ coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")
|
|
|
+
|
|
|
testImplementation("junit:junit:4.13.2")
|
|
|
androidTestImplementation("androidx.test.ext:junit:1.1.5")
|
|
|
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
|