From af63b86cfd56263cc95f398e45ef7fb74c24f7cc Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Tue, 1 Jun 2021 16:39:47 +0200 Subject: [PATCH] Bump dagger and gson dependencies (#1664) --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a973a988..db4af23b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ plugins { dependencies { implementation 'eu.chainfire:libsuperuser:1.1.0.202004101746' implementation 'com.google.android.material:material:1.0.0' - implementation 'com.google.code.gson:gson:2.8.6' + implementation 'com.google.code.gson:gson:2.8.7' implementation 'org.mindrot:jbcrypt:0.4' implementation 'com.google.guava:guava:30.1.1-android' implementation 'com.annimon:stream:1.2.2' @@ -17,8 +17,8 @@ dependencies { implementation 'com.google.zxing:core:3.3.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'com.google.dagger:dagger:2.35.1' - annotationProcessor "com.google.dagger:dagger-compiler:2.35.1" + implementation 'com.google.dagger:dagger:2.36' + annotationProcessor 'com.google.dagger:dagger-compiler:2.36' androidTestImplementation 'androidx.test:rules:1.3.0' androidTestImplementation 'androidx.annotation:annotation:1.1.0' }