From 390ddb76d6f492a70dfaef31dfc99820dc347cc5 Mon Sep 17 00:00:00 2001 From: Fox2Code Date: Sun, 3 Oct 2021 11:36:46 +0200 Subject: [PATCH] Update libraries --- 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 423156d..9b5dc66 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ dependencies { // UI implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.preference:preference:1.1.1' - implementation 'androidx.constraintlayout:constraintlayout:2.1.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.1' implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.google.android.material:material:1.4.0' diff --git a/build.gradle b/build.gradle index 498fcec..806405b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() gradlePluginPortal() } - project.ext.latestAboutLibsRelease = "8.9.1" + project.ext.latestAboutLibsRelease = "8.9.3" dependencies { classpath "com.android.tools.build:gradle:7.0.2" classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"