refactor: use generated accessors for flavor dependencies
This commit is contained in:
parent
edc110dcc1
commit
816aca5ba1
1 changed files with 3 additions and 3 deletions
|
@ -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