From a2dd964fdc896a9c167ddf6168295a9a643759ba Mon Sep 17 00:00:00 2001 From: Manoj Date: Wed, 11 Jan 2023 07:01:42 +0530 Subject: [PATCH] new changes --- app/build.gradle | 6 +----- gradle.properties | 2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e4de309..ef85d64 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,6 +21,7 @@ android { lintOptions{ disable 'Deprecated','deprecated','unused','never used' + abortOnError false } defaultConfig { @@ -53,11 +54,6 @@ android { } } -ext{ - roomVersion="2.4.3" - glideVersion="4.11.0" -} - dependencies { implementation 'androidx.core:core-ktx:1.9.0' diff --git a/gradle.properties b/gradle.properties index 891327a..6360dad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,5 +20,7 @@ kotlin.code.style=official # Enables namespacing of each library's R class so that its R class includes only the # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library +org.gradle.parallel=true +android.enableD8=true android.nonTransitiveRClass=true authToken=jp_95r28qqgll1ie1qf4r64vs6hua \ No newline at end of file