From 4061e1c66c672a199368c0f0ae1f168dfab90c50 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Fri, 24 Apr 2020 10:48:51 +0200 Subject: [PATCH] update gradle plugin and androidx.preference.preference --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f486d655f..fb3cd0a2a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,7 +68,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "androidx.appcompat:appcompat:1.1.0" - implementation "androidx.preference:preference:1.1.0" + implementation "androidx.preference:preference:1.1.1" implementation "androidx.cardview:cardview:1.0.0" implementation "androidx.recyclerview:recyclerview:1.1.0" implementation "androidx.legacy:legacy-support-v4:1.0.0" diff --git a/build.gradle b/build.gradle index 5102ca77e..f865f58b7 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:3.6.2' + classpath 'com.android.tools.build:gradle:3.6.3' classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:2.0.0" // NOTE: Do not place your application dependencies here; they belong