mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
refactor: use generated accessors for flavor dependencies
This commit is contained in:
parent
edc110dcc1
commit
816aca5ba1
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue