Revert "Added Java 8+ API desugaring, so we can use Java 8+ features on any API"

This reverts commit ab5015d4
This commit is contained in:
Prathamesh More 2022-05-05 18:22:00 +05:30
parent 50e8d3e2ef
commit 0433e464d8

View file

@ -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'