From b4df80629167c03e32d5fbb6c37fc3709b49daf1 Mon Sep 17 00:00:00 2001 From: cketti Date: Wed, 15 Jul 2020 18:42:16 +0200 Subject: [PATCH] Update AndroidX ConstraintLayout to 2.0.0-beta8 MaterialDrawer pulls in androidx.constraintlayout:constraintlayout:2.0.0-beta4. So we might as well use the latest beta version. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 00c3d7649..244f219d6 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { 'androidxLifecycle': '2.2.0', 'androidxAnnotation': '1.1.0', 'androidxNavigation': '2.3.0', - 'androidxConstraintLayout': '1.1.3', + 'androidxConstraintLayout': '2.0.0-beta8', 'androidxWorkManager': '2.3.4', 'androidxFragment': '1.2.5', 'androidxLocalBroadcastManager': '1.0.0',