Skip to content

Commit

Permalink
[Catalog] buid.gradle update.
Browse files Browse the repository at this point in the history
Resolves #3558
Resolves #3559
Resolves #3560

PiperOrigin-RevId: 563163777
  • Loading branch information
leticiarossi authored and dsn5ft committed Sep 7, 2023
1 parent caec8d2 commit 4847799
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions catalog/build.gradle
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.47'
annotationProcessor 'com.google.dagger:dagger-compiler:2.47'
api 'com.google.dagger:dagger:2.48'
annotationProcessor 'com.google.dagger:dagger-compiler:2.48'

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 'com.google.dagger:dagger-android:2.48'
api 'com.google.dagger:dagger-android-support:2.48'
annotationProcessor 'com.google.dagger:dagger-android-processor:2.48'

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

0 comments on commit 4847799

Please sign in to comment.