diff --git a/app/build.gradle b/app/build.gradle index efe15811f0..b612618a1f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,7 +54,6 @@ android { } } compileOptions { - coreLibraryDesugaringEnabled true sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } @@ -82,8 +81,6 @@ dependencies { implementation project(':tangem-sdk-old') implementation project(':server-android') - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.5' - implementation 'androidx.navigation:navigation-fragment:2.2.2' implementation 'androidx.navigation:navigation-ui-ktx:2.2.2' implementation 'androidx.legacy:legacy-support-v4:1.0.0'