Remove LeakCanary from snapshot builds (#1435)

This commit is contained in:
Harsh Shandilya 2021-06-07 22:48:17 +05:30 committed by GitHub
parent 4918e0dbfc
commit 7bbdfcf6f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,14 +125,13 @@ dependencies {
implementation(libs.thirdparty.timberkt)
if (isSnapshot()) {
implementation(libs.thirdparty.leakcanary)
implementation(libs.thirdparty.whatthestack)
} else {
debugImplementation(libs.thirdparty.leakcanary)
debugImplementation(libs.thirdparty.whatthestack)
}
"nonFreeImplementation"(libs.thirdparty.nonfree.googlePlayAuthApiPhone)
debugImplementation(libs.thirdparty.leakcanary)
add("nonFreeImplementation", libs.thirdparty.nonfree.googlePlayAuthApiPhone)
androidTestImplementation(libs.bundles.testDependencies)
androidTestImplementation(libs.bundles.androidTestDependencies)