Browse Source

Update dependency com.google.auto.service:auto-service-annotations to v1.1.0 (#452)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
feature/jme/open-room-member-details-when-clicking-on-user-data
renovate[bot] 1 year ago committed by GitHub
parent
commit
642741d08d
  1. 2
      anvilcodegen/build.gradle.kts

2
anvilcodegen/build.gradle.kts

@ -25,6 +25,6 @@ dependencies { @@ -25,6 +25,6 @@ dependencies {
implementation(libs.anvil.compiler.utils)
implementation("com.squareup:kotlinpoet:1.13.2")
implementation(libs.dagger)
compileOnly("com.google.auto.service:auto-service-annotations:1.0.1")
compileOnly("com.google.auto.service:auto-service-annotations:1.1.0")
kapt("com.google.auto.service:auto-service:1.1.0")
}

Loading…
Cancel
Save