aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-05-12 16:11:32 +0530
committerGitHub <noreply@github.com>2021-05-12 16:11:32 +0530
commit859dc008bc38e6a56fcbaf7d70f95858c57ec9d1 (patch)
tree1c6b30cf041087a26f62fd68324e0016859b3824 /app
parente6e52b35947474066ab3cd75df0f84fa15daa28f (diff)
Upgrade Gradle and `androidx.annotation` (#1407)
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index e4543813..45303723 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -51,7 +51,7 @@ android {
dependencies {
kapt(libs.dagger.hilt.compiler)
- compileOnly(libs.androidx.annotation)
+ implementation(libs.androidx.annotation)
coreLibraryDesugaring(libs.android.desugarJdkLibs)
implementation(projects.autofillParser)
implementation(projects.formatCommon)