From e4471bc8752fc46de616e63862c76c26a2900180 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Tue, 5 Dec 2023 23:30:33 +0100 Subject: [PATCH] Bump dagger to 2.49 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9dc348e1..4120148b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ dependencies { implementation 'com.google.zxing:core:3.4.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.google.dagger:dagger:2.46.1' - annotationProcessor 'com.google.dagger:dagger-compiler:2.46.1' + implementation 'com.google.dagger:dagger:2.49' + annotationProcessor 'com.google.dagger:dagger-compiler:2.49' androidTestImplementation 'androidx.test:rules:1.4.0' androidTestImplementation 'androidx.annotation:annotation:1.2.0' }