mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 21:38:03 +00: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)
|
implementation(libs.thirdparty.timberkt)
|
||||||
|
|
||||||
if (isSnapshot()) {
|
if (isSnapshot()) {
|
||||||
implementation(libs.thirdparty.leakcanary)
|
|
||||||
implementation(libs.thirdparty.whatthestack)
|
implementation(libs.thirdparty.whatthestack)
|
||||||
} else {
|
} else {
|
||||||
debugImplementation(libs.thirdparty.leakcanary)
|
|
||||||
debugImplementation(libs.thirdparty.whatthestack)
|
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.testDependencies)
|
||||||
androidTestImplementation(libs.bundles.androidTestDependencies)
|
androidTestImplementation(libs.bundles.androidTestDependencies)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user