From b79e24c0d06f21a8ade36ddeb352c2680bb650e7 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Wed, 21 Apr 2021 16:37:13 +0200 Subject: [PATCH] update dependencies --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 90a56cb1c..12d4bd7c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,10 +70,10 @@ dependencies { implementation "androidx.appcompat:appcompat:1.2.0" implementation "androidx.preference:preference:1.1.1" implementation "androidx.cardview:cardview:1.0.0" - implementation "androidx.recyclerview:recyclerview:1.1.0" + implementation "androidx.recyclerview:recyclerview:1.2.0" implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.gridlayout:gridlayout:1.0.0" - implementation "com.google.android.material:material:1.2.1" + implementation "com.google.android.material:material:1.3.0" implementation "androidx.palette:palette:1.0.0" implementation "no.nordicsemi.android:dfu:1.11.0" implementation("com.github.tony19:logback-android-classic:1.1.1-6") { diff --git a/build.gradle b/build.gradle index 1f09b0f28..86325fc35 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:4.1.2' + classpath 'com.android.tools.build:gradle:4.1.3' classpath 'gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:2.0.0' // NOTE: Do not place your application dependencies here; they belong