@@ -9,7 +9,8 @@ acra = "5.13.1"
99agp = " 8.13.1"
1010appcompat = " 1.7.1"
1111assertj = " 3.27.6"
12- autoservice = " 1.1.1"
12+ autoservice-google = " 1.1.1"
13+ autoservice-zacsweers = " 1.2.0"
1314bridge = " v2.0.2"
1415cardview = " 1.0.0"
1516checkstyle = " 12.1.2"
@@ -114,8 +115,7 @@ evernote-statesaver-core = { module = "com.evernote:android-state", version.ref
114115facebook-stetho-core = { module = " com.facebook.stetho:stetho" , version.ref = " stetho" }
115116facebook-stetho-okhttp3 = { module = " com.facebook.stetho:stetho-okhttp3" , version.ref = " stetho" }
116117google-android-material = { module = " com.google.android.material:material" , version.ref = " material" }
117- google-autoservice-annotations = { module = " com.google.auto.service:auto-service-annotations" , version.ref = " autoservice" }
118- google-autoservice-compiler = { module = " com.google.auto.service:auto-service" , version.ref = " autoservice" }
118+ google-autoservice-annotations = { module = " com.google.auto.service:auto-service-annotations" , version.ref = " autoservice-google" }
119119google-exoplayer-core = { module = " com.google.android.exoplayer:exoplayer-core" , version.ref = " exoplayer" }
120120google-exoplayer-dash = { module = " com.google.android.exoplayer:exoplayer-dash" , version.ref = " exoplayer" }
121121google-exoplayer-database = { module = " com.google.android.exoplayer:exoplayer-database" , version.ref = " exoplayer" }
@@ -152,6 +152,7 @@ squareup-leakcanary-core = { module = "com.squareup.leakcanary:leakcanary-androi
152152squareup-leakcanary-plumber = { module = " com.squareup.leakcanary:plumber-android" , version.ref = " leakcanary" }
153153squareup-leakcanary-watcher = { module = " com.squareup.leakcanary:leakcanary-object-watcher-android" , version.ref = " leakcanary" }
154154squareup-okhttp = { module = " com.squareup.okhttp3:okhttp" , version.ref = " okhttp" }
155+ zacsweers-autoservice-compiler = { module = " dev.zacsweers.autoservice:auto-service-ksp" , version.ref = " autoservice-zacsweers" }
155156
156157[plugins ]
157158about-libraries = { id = " com.mikepenz.aboutlibraries.plugin" , version.ref = " about-libraries" }
0 commit comments