From 8b97a4a3f1dc799d327dbb7ac631d266a7a986a4 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 27 Mar 2023 17:45:35 +0530 Subject: refactor: migrate to androidx.core APIs for `Bundle`/`Intent` API changes --- autofill-parser/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'autofill-parser/build.gradle.kts') diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index 844b7f3b..6f4d5909 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -18,6 +18,7 @@ android { 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) -- cgit v1.2.3