Remove dagger and anvil dependencies, try to simplify gradle build scripts a bit
This commit is contained in:
parent
f23a493d4c
commit
dca1c5b516
34 changed files with 8 additions and 57 deletions
|
|
@ -34,7 +34,6 @@ android {
|
|||
setupDependencyInjection()
|
||||
|
||||
dependencies {
|
||||
implementation(libs.dagger)
|
||||
implementation(libs.posthog) {
|
||||
exclude("com.android.support", "support-annotations")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ android {
|
|||
setupDependencyInjection()
|
||||
|
||||
dependencies {
|
||||
implementation(libs.dagger)
|
||||
implementation(libs.sentry)
|
||||
implementation(projects.libraries.core)
|
||||
implementation(projects.libraries.di)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue