From 109bdccca08e28fd5b79f4160a1cf35548bc0a2d Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sun, 9 Jan 2022 14:36:26 +0100 Subject: [PATCH] Update dependencies --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d306995..815032a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,9 +50,9 @@ if (project.hasProperty('sign')) { dependencies { implementation project(':client') implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.material:material:1.3.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.appcompat:appcompat:1.4.0' + implementation 'com.google.android.material:material:1.4.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.vectordrawable:vectordrawable:1.1.0' implementation 'androidx.preference:preference:1.1.1'