From 9956216db2d29d080b90d35f10072809e9a13eb4 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 17 May 2023 13:52:40 +0530 Subject: chore(autofill-parser): release v1.1.2 --- autofill-parser/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) (limited to 'autofill-parser/build.gradle.kts') diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index 5622e63d..b3a2703c 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -23,7 +23,6 @@ dependencies { implementation(libs.androidx.annotation) implementation(libs.androidx.autofill) implementation(libs.androidx.core.ktx) - implementation(libs.kotlin.coroutines.android) implementation(libs.kotlin.coroutines.core) implementation(libs.thirdparty.logcat) testImplementation(libs.bundles.testDependencies) -- cgit v1.2.3