diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-17 13:52:40 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-17 13:53:23 +0530 |
commit | 9956216db2d29d080b90d35f10072809e9a13eb4 (patch) | |
tree | fda182c942e2e882a9e694d8073c446dd1424828 /autofill-parser/build.gradle.kts | |
parent | 4d15ecff72cbf23016cd9cc86073690b61651d8b (diff) |
chore(autofill-parser): release v1.1.2autofill-parser-v1.1.2
Diffstat (limited to 'autofill-parser/build.gradle.kts')
-rw-r--r-- | autofill-parser/build.gradle.kts | 1 |
1 files changed, 0 insertions, 1 deletions
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) |