Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 390ddb7

Browse files
committed
Update libraries
1 parent 67dd495 commit 390ddb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
// UI
4444
implementation 'androidx.appcompat:appcompat:1.3.1'
4545
implementation 'androidx.preference:preference:1.1.1'
46-
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
46+
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
4747
implementation 'androidx.recyclerview:recyclerview:1.2.1'
4848
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
4949
implementation 'com.google.android.material:material:1.4.0'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
gradlePluginPortal()
77
}
8-
project.ext.latestAboutLibsRelease = "8.9.1"
8+
project.ext.latestAboutLibsRelease = "8.9.3"
99
dependencies {
1010
classpath "com.android.tools.build:gradle:7.0.2"
1111
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"

0 commit comments

Comments
 (0)