瀏覽代碼

Merge pull request #2075 from nextcloud/dependabot/gradle/androidx.constraintlayout-constraintlayout-2.1.4

Bump constraintlayout from 2.1.3 to 2.1.4
Andy Scherzinger 2 年之前
父節點
當前提交
d073f157f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -175,7 +175,7 @@ dependencies {
     implementation fileTree(include: ['*'], dir: 'libs')
     implementation 'androidx.appcompat:appcompat:1.4.1'
     implementation 'com.google.android.material:material:1.4.0'
-    implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
+    implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
     implementation "com.vanniktech:emoji-google:0.8.0"
     implementation group: 'androidx.emoji', name: 'emoji-bundled', version: '1.1.0'
     implementation 'org.michaelevans.colorart:library:0.0.3'