Skip to content

Commit

Permalink
[Internal][Gradle] (deps): Bump com.google.dagger:dagger-android from…
Browse files Browse the repository at this point in the history
… 2.46.1 to 2.47 in /catalog

Resolves #3498
Resolves #3497
Resolves #3496

PiperOrigin-RevId: 555233563
  • Loading branch information
dsn5ft committed Aug 9, 2023
1 parent 8204856 commit 09a058d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions catalog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ dependencies {
// Align kotlin versions
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))

api 'com.google.dagger:dagger:2.46.1'
annotationProcessor 'com.google.dagger:dagger-compiler:2.46.1'
api 'com.google.dagger:dagger:2.47'
annotationProcessor 'com.google.dagger:dagger-compiler:2.47'

api 'com.google.dagger:dagger-android:2.46.1'
api 'com.google.dagger:dagger-android-support:2.46.1'
annotationProcessor 'com.google.dagger:dagger-android-processor:2.46.1'
api 'com.google.dagger:dagger-android:2.47'
api 'com.google.dagger:dagger-android-support:2.47'
annotationProcessor 'com.google.dagger:dagger-android-processor:2.47'

api 'androidx.multidex:multidex:2.0.1'
api 'androidx.constraintlayout:constraintlayout:2.1.0'
Expand Down

0 comments on commit 09a058d

Please sign in to comment.