aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r--app/build.gradle.kts6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 4cb4685b..c099a2da 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -107,9 +107,9 @@ dependencies {
}
debugImplementation(libs.thirdparty.leakcanary)
- add("nonFreeImplementation", libs.thirdparty.nonfree.googlePlayAuthApiPhone)
- add("nonFreeImplementation", libs.thirdparty.nonfree.sentry)
- add("freeImplementation", projects.sentryStub)
+ nonFreeImplementation(libs.thirdparty.nonfree.googlePlayAuthApiPhone)
+ nonFreeImplementation(libs.thirdparty.nonfree.sentry)
+ freeImplementation(projects.sentryStub)
testImplementation(libs.testing.robolectric)
testImplementation(libs.testing.sharedPrefsMock)