diff --git a/app/build.gradle b/app/build.gradle index 7cd511d..d79f16f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,7 +84,7 @@ dependencies { implementation 'androidx.emoji2:emoji2:1.1.0' implementation 'androidx.emoji2:emoji2-views-helper:1.1.0' implementation 'androidx.preference:preference:1.2.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.webkit:webkit:1.4.0' diff --git a/build.gradle b/build.gradle index add2d58..7659809 100644 --- a/build.gradle +++ b/build.gradle @@ -5,9 +5,9 @@ buildscript { mavenCentral() gradlePluginPortal() } - project.ext.latestAboutLibsRelease = "10.2.0" + project.ext.latestAboutLibsRelease = "10.3.0" dependencies { - classpath 'com.android.tools.build:gradle:7.2.0' + classpath 'com.android.tools.build:gradle:7.2.1' classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}" // NOTE: Do not place your application dependencies here; they belong