From cfbdb5f92ac034f595925fc25c3d0a11e0b3a390 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 12 Apr 2021 17:38:06 +0530 Subject: Update to Gradle 7.0 (#1381) --- autofill-parser/build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'autofill-parser/build.gradle.kts') diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index da6dcc4d..928e3828 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -23,9 +23,9 @@ android { } dependencies { - compileOnly(Dependencies.AndroidX.annotation) - implementation(Dependencies.AndroidX.autofill) - implementation(Dependencies.Kotlin.Coroutines.android) - implementation(Dependencies.Kotlin.Coroutines.core) - implementation(Dependencies.ThirdParty.timberkt) + compileOnly(libs.androidx.annotation) + implementation(libs.androidx.autofill) + implementation(libs.kotlin.coroutines.android) + implementation(libs.kotlin.coroutines.core) + implementation(libs.thirdparty.timberkt) } -- cgit v1.2.3