mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +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)
|
||||
|
||||
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…
x
Reference in New Issue
Block a user