aboutsummaryrefslogtreecommitdiff
path: root/sample/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-04-17 14:48:01 -0700
committerAllan Wang <me@allanwang.ca>2021-04-17 14:48:01 -0700
commit6c4d3c203ab87d4d4cc3b86bf4e55c40b18cff96 (patch)
treec971b19d1a644838fed8800434bf2948e5b8f86e /sample/build.gradle
parentdab71ba1f0633ae12d02be6a7bb2c86548b1a590 (diff)
downloadkau-6c4d3c203ab87d4d4cc3b86bf4e55c40b18cff96.tar.gz
kau-6c4d3c203ab87d4d4cc3b86bf4e55c40b18cff96.tar.bz2
kau-6c4d3c203ab87d4d4cc3b86bf4e55c40b18cff96.zip
Update versions and fix hilt
Diffstat (limited to 'sample/build.gradle')
-rw-r--r--sample/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index 4779b91..9f2162f 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -149,6 +149,6 @@ dependencies {
androidTestImplementation Dependencies.espresso("contrib")
androidTestImplementation Dependencies.testRules
androidTestImplementation Dependencies.testRunner
- testImplementation Dependencies.hiltTest
- kaptTest Dependencies.hiltCompiler
+ androidTestImplementation Dependencies.hiltTest
+ kaptAndroidTest Dependencies.hiltCompiler
}