mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
Remove LeakCanary from snapshot builds (#1435)
This commit is contained in:
parent
4918e0dbfc
commit
7bbdfcf6f6
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue