diff --git a/app/build.gradle b/app/build.gradle index 3f5cbb81..797d03c5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,6 @@ android { versionName appVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" signingConfig signingConfigs.release - multiDexEnabled true javaCompileOptions { annotationProcessorOptions { @@ -98,6 +97,7 @@ android { } dependencies { + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.2' implementation fileTree(include: ['*.jar'], dir: 'libs') androidTestImplementation('androidx.test.espresso:espresso-core:3.3.0', { exclude group: 'com.android.support', module: 'support-annotations' @@ -189,7 +189,6 @@ dependencies { // RxJava is also required. implementation 'io.reactivex.rxjava2:rxjava:2.1.12' implementation 'io.reactivex.rxjava2:rxandroid:2.0.2' - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.2' } repositories {