From 2a8b937402279291c9562eb10d064e6bec87f892 Mon Sep 17 00:00:00 2001 From: jarnedemeulemeester Date: Sun, 8 Aug 2021 12:33:48 +0200 Subject: [PATCH] Upgrade constraintlayout --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a6a6f741..ccb9c898 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'com.google.android.material:material:1.4.0' // ConstraintLayout - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.0' // Navigation def navigation_version = "2.3.5"