Merge pull request #1771 from nextcloud/dependabot/gradle/androidx.appcompat-appcompat-1.4.1

Bump appcompat from 1.3.1 to 1.4.1
This commit is contained in:
Andy Scherzinger 2022-05-20 10:28:18 +02:00 committed by GitHub
commit 96ce3f7928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ configurations.all {
dependencies {
implementation fileTree(include: ['*'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation "com.vanniktech:emoji-google:0.8.0"