From e84dec29b215cccec72c29562edb0f285b2e5040 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Mon, 14 Jun 2021 11:00:25 +0200 Subject: [PATCH] update dependencies (#2198) --- app/build.gradle | 10 +++++----- build.gradle | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ca917abdf..84ca536ac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,8 +90,8 @@ ext.roomVersion = '2.3.0' ext.retrofitVersion = '2.9.0' ext.okhttpVersion = '4.9.1' ext.glideVersion = '4.12.0' -ext.daggerVersion = '2.35.1' -ext.materialdrawerVersion = '8.2.0' +ext.daggerVersion = '2.37' +ext.materialdrawerVersion = '8.4.1' // if libraries are changed here, they should also be changed in LicenseActivity dependencies { @@ -99,10 +99,10 @@ dependencies { implementation "androidx.core:core-ktx:1.5.0" implementation "androidx.appcompat:appcompat:1.3.0" - implementation "androidx.fragment:fragment-ktx:1.3.3" + implementation "androidx.fragment:fragment-ktx:1.3.4" implementation "androidx.browser:browser:1.3.0" implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" - implementation "androidx.recyclerview:recyclerview:1.2.0" + implementation "androidx.recyclerview:recyclerview:1.2.1" implementation "androidx.exifinterface:exifinterface:1.3.2" implementation "androidx.cardview:cardview:1.0.0" implementation "androidx.preference:preference-ktx:1.1.1" @@ -132,7 +132,7 @@ dependencies { implementation "com.squareup.okhttp3:okhttp:$okhttpVersion" implementation "com.squareup.okhttp3:logging-interceptor:$okhttpVersion" - implementation "org.conscrypt:conscrypt-android:2.5.1" + implementation "org.conscrypt:conscrypt-android:2.5.2" implementation "com.github.bumptech.glide:glide:$glideVersion" implementation "com.github.bumptech.glide:okhttp3-integration:$glideVersion" diff --git a/build.gradle b/build.gradle index 0cd366037..3bc072dcd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.5.0' + ext.kotlin_version = '1.5.10' repositories { google() mavenCentral()