Merge pull request #2108 from nextcloud/dependabot/gradle/com.google.android.material-material-1.6.1

Bump material from 1.5.0 to 1.6.1
This commit is contained in:
Andy Scherzinger 2022-06-01 10:42:29 +02:00 committed by GitHub
commit 6718cf7663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,7 @@ dependencies {
implementation fileTree(include: ['*'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "com.vanniktech:emoji-google:0.15.0"
implementation group: 'androidx.emoji', name: 'emoji-bundled', version: '1.1.0'