From e8bcf04043dc17e555608507b662fe2102c19f36 Mon Sep 17 00:00:00 2001 From: Priyank Shankar Date: Fri, 20 Oct 2023 20:06:43 +0530 Subject: [PATCH] Fix unit test --- app/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a5e39b7c67..3039548dc4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,6 @@ dependencies { implementation 'com.karumi:dexter:5.0.0' implementation "com.jakewharton:butterknife:$BUTTERKNIFE_VERSION" implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.appcompat:appcompat:1.6.1' kapt "com.jakewharton:butterknife-compiler:$BUTTERKNIFE_VERSION" implementation "com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:$ADAPTER_DELEGATES_VERSION" @@ -240,7 +239,6 @@ android { } debug { minifyEnabled false - testCoverageEnabled true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' testProguardFile 'test-proguard-rules.txt' versionNameSuffix "-debug-" + getBranchName()