acra: Switch to ZacSweers's fork of autoservice

Google has no plans to officially support KSP for autoservice

Ref: https://github.com/google/auto/issues/882

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta 2025-11-29 19:52:17 +08:00
parent 22dfe9519f
commit 6055cf2938
2 changed files with 5 additions and 4 deletions

View file

@ -260,7 +260,7 @@ dependencies {
// Metadata generator for service descriptors
compileOnly(libs.google.autoservice.annotations)
ksp(libs.google.autoservice.compiler)
ksp(libs.zacsweers.autoservice.compiler)
// Manager for complex RecyclerView layouts
implementation(libs.lisawray.groupie.core)