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

Commit 78408ea

Browse files
committed
Update libraries
1 parent 99e03d9 commit 78408ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies {
8484
implementation 'androidx.emoji2:emoji2:1.1.0'
8585
implementation 'androidx.emoji2:emoji2-views-helper:1.1.0'
8686
implementation 'androidx.preference:preference:1.2.0'
87-
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
87+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
8888
implementation 'androidx.recyclerview:recyclerview:1.2.1'
8989
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
9090
implementation 'androidx.webkit:webkit:1.4.0'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ buildscript {
55
mavenCentral()
66
gradlePluginPortal()
77
}
8-
project.ext.latestAboutLibsRelease = "10.2.0"
8+
project.ext.latestAboutLibsRelease = "10.3.0"
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.2.0'
10+
classpath 'com.android.tools.build:gradle:7.2.1'
1111
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"
1212

1313
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)