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.
This commit is contained in:
cketti 2020-07-15 18:42:16 +02:00
parent 445cd12651
commit b4df806291

View file

@ -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',