aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a2da52c..c5dfff3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,8 @@ buildscript {
classpath Plugins.dexCount
classpath Plugins.gitVersion
classpath Plugins.spotless
- classpath 'com.google.dagger:hilt-android-gradle-plugin:2.28-alpha'
+ classpath Plugins.aboutLibraries
+ classpath Plugins.hilt
}
wrapper.setDistributionType(Wrapper.DistributionType.ALL)