acra: Relocate autoservice dependencies under acra block
They are only used for ACRA Ref: https://www.acra.ch/docs/Custom-Extensions#by-annotation Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
6055cf2938
commit
e91d647b27
@ -258,10 +258,6 @@ dependencies {
|
||||
implementation(libs.google.exoplayer.smoothstreaming)
|
||||
implementation(libs.google.exoplayer.ui)
|
||||
|
||||
// Metadata generator for service descriptors
|
||||
compileOnly(libs.google.autoservice.annotations)
|
||||
ksp(libs.zacsweers.autoservice.compiler)
|
||||
|
||||
// Manager for complex RecyclerView layouts
|
||||
implementation(libs.lisawray.groupie.core)
|
||||
implementation(libs.lisawray.groupie.viewbinding)
|
||||
@ -275,6 +271,8 @@ dependencies {
|
||||
|
||||
// Crash reporting
|
||||
implementation(libs.acra.core)
|
||||
compileOnly(libs.google.autoservice.annotations)
|
||||
ksp(libs.zacsweers.autoservice.compiler)
|
||||
|
||||
// Properly restarting
|
||||
implementation(libs.jakewharton.phoenix)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user