@@ -8,7 +8,8 @@ acra = "5.13.1"
88agp = " 8.13.1"
99appcompat = " 1.7.1"
1010assertj = " 3.27.6"
11- autoservice = " 1.1.1"
11+ autoservice-google = " 1.1.1"
12+ autoservice-zacsweers = " 1.2.0"
1213bridge = " v2.0.2"
1314cardview = " 1.0.0"
1415checkstyle = " 12.1.2"
@@ -95,8 +96,7 @@ evernote-statesaver-core = { module = "com.evernote:android-state", version.ref
9596facebook-stetho-core = { module = " com.facebook.stetho:stetho" , version.ref = " stetho" }
9697facebook-stetho-okhttp3 = { module = " com.facebook.stetho:stetho-okhttp3" , version.ref = " stetho" }
9798google-android-material = { module = " com.google.android.material:material" , version.ref = " material" }
98- google-autoservice-annotations = { module = " com.google.auto.service:auto-service-annotations" , version.ref = " autoservice" }
99- google-autoservice-compiler = { module = " com.google.auto.service:auto-service" , version.ref = " autoservice" }
99+ google-autoservice-annotations = { module = " com.google.auto.service:auto-service-annotations" , version.ref = " autoservice-google" }
100100google-exoplayer-core = { module = " com.google.android.exoplayer:exoplayer-core" , version.ref = " exoplayer" }
101101google-exoplayer-dash = { module = " com.google.android.exoplayer:exoplayer-dash" , version.ref = " exoplayer" }
102102google-exoplayer-database = { module = " com.google.android.exoplayer:exoplayer-database" , version.ref = " exoplayer" }
@@ -128,6 +128,7 @@ squareup-leakcanary-plumber = { module = "com.squareup.leakcanary:plumber-androi
128128squareup-leakcanary-watcher = { module = " com.squareup.leakcanary:leakcanary-object-watcher-android" , version.ref = " leakcanary" }
129129squareup-okhttp = { module = " com.squareup.okhttp3:okhttp" , version.ref = " okhttp" }
130130squareup-picasso = { module = " com.squareup.picasso:picasso" , version.ref = " picasso" }
131+ zacsweers-autoservice-compiler = { module = " dev.zacsweers.autoservice:auto-service-ksp" , version.ref = " autoservice-zacsweers" }
131132
132133[plugins ]
133134android-application = { id = " com.android.application" , version.ref = " agp" }
0 commit comments