From ad9795a3a3b3b335cd4851cb4bb26f95a6b11cf6 Mon Sep 17 00:00:00 2001 From: ValerioC Date: Mon, 13 Feb 2023 14:25:56 +0100 Subject: [PATCH] test compilazione jenkins con desugaring --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {