diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-05-12 16:11:32 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 16:11:32 +0530 |
commit | 859dc008bc38e6a56fcbaf7d70f95858c57ec9d1 (patch) | |
tree | 1c6b30cf041087a26f62fd68324e0016859b3824 /autofill-parser/build.gradle.kts | |
parent | e6e52b35947474066ab3cd75df0f84fa15daa28f (diff) |
Upgrade Gradle and `androidx.annotation` (#1407)
Diffstat (limited to 'autofill-parser/build.gradle.kts')
-rw-r--r-- | autofill-parser/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index c029b65c..e1550b9d 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -19,7 +19,7 @@ android { } dependencies { - compileOnly(libs.androidx.annotation) + implementation(libs.androidx.annotation) implementation(libs.androidx.autofill) implementation(libs.kotlin.coroutines.android) implementation(libs.kotlin.coroutines.core) |