From 0433e464d8ffcaa20dd75cb387dd76baae986f21 Mon Sep 17 00:00:00 2001 From: Prathamesh More Date: Thu, 5 May 2022 18:22:00 +0530 Subject: [PATCH] Revert "Added Java 8+ API desugaring, so we can use Java 8+ features on any API" This reverts commit ab5015d4 --- app/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f6d3ec5e4..deab9fdbc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,8 +55,6 @@ android { disable 'MissingTranslation', 'InvalidPackage' } compileOptions { - coreLibraryDesugaringEnabled true - sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } @@ -150,8 +148,6 @@ dependencies { kapt "com.github.bumptech.glide:compiler:$glide_version" implementation "com.github.bumptech.glide:okhttp3-integration:$glide_version" - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' - implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0' implementation 'com.github.bosphere.android-fadingedgelayout:fadingedgelayout:1.0.0'