From 53ea66d1affa28af52169d64812713e7a70d71e9 Mon Sep 17 00:00:00 2001 From: dkanada Date: Wed, 14 Oct 2020 23:23:32 +0900 Subject: [PATCH] update most libraries --- app/build.gradle | 8 ++++---- build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b668d506..0b7153a3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'com.google.android.exoplayer:exoplayer:2.11.4' implementation 'com.google.android.material:material:1.2.1' - implementation 'androidx.core:core:1.3.1' + implementation 'androidx.core:core:1.3.2' implementation 'androidx.media:media:1.2.0' implementation 'androidx.fragment:fragment:1.2.5' implementation 'androidx.legacy:legacy-support-v13:1.0.0' @@ -63,7 +63,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.percentlayout:percentlayout:1.0.0' implementation 'androidx.preference:preference:1.1.1' - implementation 'androidx.constraintlayout:constraintlayout:2.0.1' + implementation 'androidx.constraintlayout:constraintlayout:2.0.2' implementation 'com.github.kabouzeid:app-theme-helper:1.3.10' implementation 'com.github.kabouzeid:RecyclerView-FastScroll:1.0.16-kmod' @@ -78,8 +78,8 @@ dependencies { implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.11.0' implementation 'com.android.support:multidex:1.0.3' - implementation 'com.squareup.retrofit2:retrofit:2.6.2' - implementation 'com.squareup.retrofit2:converter-gson:2.5.0' + implementation 'com.squareup.retrofit2:retrofit:2.9.0' + implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation 'com.github.bumptech.glide:glide:4.11.0' implementation 'com.github.bumptech.glide:okhttp3-integration:4.11.0' diff --git a/build.gradle b/build.gradle index 9e90d619..48f55dcc 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.0.1' + classpath 'com.android.tools.build:gradle:4.0.2' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' } }